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

Packages that use AttDescriptor
com.japisoft.xmlpad.helper   
 

Uses of AttDescriptor in com.japisoft.xmlpad.helper
 

Methods in com.japisoft.xmlpad.helper that return AttDescriptor
 AttDescriptor[] TagDescriptor.getRequiredAtt()
           
 AttDescriptor[] TagDescriptor.getAtts()
           
 

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

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