Uses of Class
org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd.XMLAttributeDecl
-
Packages that use XMLAttributeDecl Package Description org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd -
-
Uses of XMLAttributeDecl in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd declared as XMLAttributeDecl Modifier and Type Field Description protected XMLAttributeDecl
DTDGrammar. fAttributeDecl
Temporary Attribute decl.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd with parameters of type XMLAttributeDecl Modifier and Type Method Description boolean
DTDGrammar. getAttributeDecl(int attributeDeclIndex, XMLAttributeDecl attributeDecl)
getAttributeDeclprotected void
DTDGrammar. setAttributeDecl(int elementDeclIndex, int attributeDeclIndex, XMLAttributeDecl attributeDecl)
protected void
XMLDTDValidator. validateDTDattribute(QName element, String attValue, XMLAttributeDecl attributeDecl)
Validate attributes in DTD fashion.
-