Uses of Class
com.japisoft.dtdparser.node.AttributeDTDNode

Packages that use AttributeDTDNode
com.japisoft.dtdparser.node   
com.japisoft.xmlpad.helper.dtd   
 

Uses of AttributeDTDNode in com.japisoft.dtdparser.node
 

Methods in com.japisoft.dtdparser.node that return AttributeDTDNode
 AttributeDTDNode ElementDTDNode.getAttributeDeclaration(java.lang.String name)
           
 

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

Constructors in com.japisoft.xmlpad.helper.dtd with parameters of type AttributeDTDNode
DTDAttDescriptor(AttributeDTDNode node)