Uses of Interface
org.jbpm.pvm.internal.xml.Problem

Packages that use Problem
org.jbpm.pvm.internal.xml   
 

Uses of Problem in org.jbpm.pvm.internal.xml
 

Classes in org.jbpm.pvm.internal.xml that implement Problem
 class ProblemImpl
          a unification for an XML parsing errors and DOM interpretation problems, see also Parser.
 

Fields in org.jbpm.pvm.internal.xml with type parameters of type Problem
protected  java.util.List<Problem> ProblemList.problems
           
 

Methods in org.jbpm.pvm.internal.xml that return types with arguments of type Problem
 java.util.List<Problem> ProblemList.getProblems()
          all problems encountered
 

Method parameters in org.jbpm.pvm.internal.xml with type arguments of type Problem
 void ProblemList.addProblems(java.util.List<Problem> problems)
          add all problems
 void ProblemList.setProblems(java.util.List<Problem> problems)
          allows to provide the list object that should be used to capture the parsing problems.
 



Copyright © 2010 JBoss Community. All Rights Reserved.