Uses of Class
org.ow2.bonita.pvm.internal.xml.Problem

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.
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.