|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Problem | |
---|---|
org.ow2.bonita.pvm.internal.xml |
Uses of Problem in org.ow2.bonita.pvm.internal.xml |
---|
Fields in org.ow2.bonita.pvm.internal.xml with type parameters of type Problem | |
---|---|
protected java.util.List<Problem> |
Parse.problems
|
Methods in org.ow2.bonita.pvm.internal.xml that return types with arguments of type Problem | |
---|---|
java.util.List<Problem> |
Parse.getProblems()
all problems encountered |
Methods in org.ow2.bonita.pvm.internal.xml with parameters of type Problem | |
---|---|
void |
Parse.addProblem(Problem problem)
to add parsing problems during XML parsing and DOM walking. |
Method parameters in org.ow2.bonita.pvm.internal.xml with type arguments of type Problem | |
---|---|
Parse |
Parse.setProblems(java.util.List<Problem> problems)
allows to provide the list object that should be used to capture the parsing problems. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |