Uses of Class
org.apache.xerces.impl.dtd.XMLAttributeDecl

Packages that use XMLAttributeDecl
org.apache.xerces.impl.dtd   
 

Uses of XMLAttributeDecl in org.apache.xerces.impl.dtd
 

Fields in org.apache.xerces.impl.dtd declared as XMLAttributeDecl
protected  XMLAttributeDecl DTDGrammar.fAttributeDecl
          Temporary Attribute decl.
 

Methods in org.apache.xerces.impl.dtd with parameters of type XMLAttributeDecl
 boolean DTDGrammar.getAttributeDecl(int attributeDeclIndex, XMLAttributeDecl attributeDecl)
          getAttributeDecl
protected  void DTDGrammar.setAttributeDecl(int elementDeclIndex, int attributeDeclIndex, XMLAttributeDecl attributeDecl)
           
protected  void XMLDTDValidator.validateDTDattribute(QName element, String attValue, XMLAttributeDecl attributeDecl)
          Validate attributes in DTD fashion.
 



Copyright © 2011. All Rights Reserved.