Uses of Class
com.thaiopensource.validate.mns.ContextMap

Packages that use ContextMap
com.thaiopensource.validate.mns   
 

Uses of ContextMap in com.thaiopensource.validate.mns
 

Fields in com.thaiopensource.validate.mns declared as ContextMap
(package private)  ContextMap ValidatorImpl.Subtree.contextMap
           
private  ContextMap SchemaImpl.ElementAction.contextMap
           
 

Methods in com.thaiopensource.validate.mns that return ContextMap
(package private)  ContextMap SchemaImpl.ElementAction.getContextMap()
           
 

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