Uses of Class
com.japisoft.xmlpad.helper.AttDescriptor

Packages that use AttDescriptor
com.japisoft.xmlpad.helper   
com.japisoft.xmlpad.helper.dtd   
 

Uses of AttDescriptor in com.japisoft.xmlpad.helper
 

Methods in com.japisoft.xmlpad.helper that return AttDescriptor
 AttDescriptor[] AttributeHelper.getAttributes(com.japisoft.fastparser.node.SimpleNode node)
           
 AttDescriptor AttributeHelper.getAttribute(java.lang.String name)
           
 AttDescriptor[] TagDescriptor.getRequiredAtt()
           
 AttDescriptor[] TagDescriptor.getAtts()
           
 

Methods in com.japisoft.xmlpad.helper with parameters of type AttDescriptor
 TagDescriptor AbstractTagHelper.addTag(java.lang.String name, AttDescriptor[] att, boolean empty)
           
 void TagDescriptor.setAttDescriptor(AttDescriptor[] atts)
           
 void TagDescriptor.addAttDescriptor(AttDescriptor ad)
           
 

Constructors in com.japisoft.xmlpad.helper with parameters of type AttDescriptor
AttributeValuesHelper(AttDescriptor descriptor, char delimiter)
           
TagDescriptor(java.lang.String name, AttDescriptor[] atts, boolean empty)
           
TagDescriptor(java.lang.String name, AttDescriptor[] atts, boolean empty, boolean raw)
           
TagDescriptor(java.lang.String name, java.lang.String nameHelper, AttDescriptor[] atts, boolean empty, boolean raw)
           
 

Uses of AttDescriptor in com.japisoft.xmlpad.helper.dtd
 

Subclasses of AttDescriptor in com.japisoft.xmlpad.helper.dtd
 class DTDAttDescriptor