Uses of Class
com.thaiopensource.validate.mns.ValidatorImpl.Subtree

Packages that use ValidatorImpl.Subtree
com.thaiopensource.validate.mns   
 

Uses of ValidatorImpl.Subtree in com.thaiopensource.validate.mns
 

Fields in com.thaiopensource.validate.mns declared as ValidatorImpl.Subtree
(package private)  ValidatorImpl.Subtree ValidatorImpl.Subtree.parent
           
private  ValidatorImpl.Subtree ValidatorImpl.subtrees
           
 

Methods in com.thaiopensource.validate.mns with parameters of type ValidatorImpl.Subtree
private  boolean ValidatorImpl.wantsEvent(ValidatorImpl.Subtree st)
           
 

Constructors in com.thaiopensource.validate.mns with parameters of type ValidatorImpl.Subtree
ValidatorImpl.Subtree(Hashset coveredNamespaces, ContextMap contextMap, ElementsOrAttributes prune, Validator validator, Schema schema, SchemaImpl.Mode parentMode, int parentLaxDepth, ValidatorImpl.Subtree parent)