|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Problem | |
|---|---|
| org.ow2.orchestra.pvm.internal.xml | |
| Uses of Problem in org.ow2.orchestra.pvm.internal.xml |
|---|
| Fields in org.ow2.orchestra.pvm.internal.xml with type parameters of type Problem | |
|---|---|
protected List<Problem> |
Parse.problems
|
| Methods in org.ow2.orchestra.pvm.internal.xml that return types with arguments of type Problem | |
|---|---|
List<Problem> |
Parse.getProblems()
all problems encountered |
| Methods in org.ow2.orchestra.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.orchestra.pvm.internal.xml with type arguments of type Problem | |
|---|---|
Parse |
Parse.setProblems(List<Problem> problems)
allows to provide the list object that should be used to capture the parsing problems. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||