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

Packages that use ElementsOrAttributes
com.thaiopensource.validate.mns   
 

Uses of ElementsOrAttributes in com.thaiopensource.validate.mns
 

Fields in com.thaiopensource.validate.mns declared as ElementsOrAttributes
(package private) static ElementsOrAttributes ElementsOrAttributes.ATTRIBUTES
           
(package private) static ElementsOrAttributes ElementsOrAttributes.BOTH
           
(package private) static ElementsOrAttributes ElementsOrAttributes.ELEMENTS
           
private  ElementsOrAttributes SchemaImpl.Mode.lax
           
(package private) static ElementsOrAttributes ElementsOrAttributes.NEITHER
           
(package private)  ElementsOrAttributes ValidatorImpl.Subtree.prune
           
private  ElementsOrAttributes SchemaImpl.ElementAction.prune
           
private static ElementsOrAttributes[] ElementsOrAttributes.values
           
 

Methods in com.thaiopensource.validate.mns that return ElementsOrAttributes
(package private)  ElementsOrAttributes ElementsOrAttributes.addAttributes()
           
(package private)  ElementsOrAttributes ElementsOrAttributes.addElements()
           
(package private)  ElementsOrAttributes SchemaImpl.Mode.getLax()
           
(package private)  ElementsOrAttributes SchemaImpl.ElementAction.getPrune()
           
private  ElementsOrAttributes SchemaImpl.Handler.getPrune(Attributes attributes)
           
private  ElementsOrAttributes SchemaImpl.Handler.toElementsOrAttributes(String value, ElementsOrAttributes defaultValue)
           
 

Methods in com.thaiopensource.validate.mns with parameters of type ElementsOrAttributes
private  ElementsOrAttributes SchemaImpl.Handler.toElementsOrAttributes(String value, ElementsOrAttributes defaultValue)
           
 

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