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

Packages that use ElementsOrAttributes
com.thaiopensource.validate.nrl   
 

Uses of ElementsOrAttributes in com.thaiopensource.validate.nrl
 

Fields in com.thaiopensource.validate.nrl declared as ElementsOrAttributes
(package private) static ElementsOrAttributes ElementsOrAttributes.ATTRIBUTES
           
(package private) static ElementsOrAttributes ElementsOrAttributes.BOTH
           
(package private) static ElementsOrAttributes ElementsOrAttributes.ELEMENTS
           
private  ElementsOrAttributes SchemaImpl.Handler.match
           
(package private) static ElementsOrAttributes ElementsOrAttributes.NEITHER
           
private static ElementsOrAttributes[] ElementsOrAttributes.values
           
 

Methods in com.thaiopensource.validate.nrl that return ElementsOrAttributes
(package private)  ElementsOrAttributes ElementsOrAttributes.addAttributes()
           
(package private)  ElementsOrAttributes ElementsOrAttributes.addElements()
           
private  ElementsOrAttributes SchemaImpl.Handler.toElementsOrAttributes(String value, ElementsOrAttributes defaultValue)
           
 

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