Uses of Class
nu.validator.gnu.xml.aelfred2.XmlParser.AttributeDecl

Packages that use XmlParser.AttributeDecl
nu.validator.gnu.xml.aelfred2 This package contains Ælfred2, which includes an enhanced SAX2-compatible version of the Ælfred non-validating XML parser, a modular (and hence optional) DTD validating parser, and modular (and hence optional) JAXP glue to those. 
 

Uses of XmlParser.AttributeDecl in nu.validator.gnu.xml.aelfred2
 

Fields in nu.validator.gnu.xml.aelfred2 with type parameters of type XmlParser.AttributeDecl
(package private)  HashMap<String,XmlParser.AttributeDecl> XmlParser.ElementDecl.attributes
           
 

Methods in nu.validator.gnu.xml.aelfred2 that return XmlParser.AttributeDecl
private  XmlParser.AttributeDecl XmlParser.getAttribute(String elName, String name)
          Retrieve the attribute declaration for the given element name and name.
 

Methods in nu.validator.gnu.xml.aelfred2 that return types with arguments of type XmlParser.AttributeDecl
private  HashMap<String,XmlParser.AttributeDecl> XmlParser.getElementAttributes(String name)
          Look up the attribute hash table for an element.
 

Method parameters in nu.validator.gnu.xml.aelfred2 with type arguments of type XmlParser.AttributeDecl
private  void XmlParser.setElement(String name, int contentType, String contentModel, HashMap<String,XmlParser.AttributeDecl> attributes)
          Register an element.