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 XMLAttributeDeclDTDGrammar. fAttributeDeclTemporary 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 booleanDTDGrammar. getAttributeDecl(int attributeDeclIndex, XMLAttributeDecl attributeDecl)getAttributeDeclprotected voidDTDGrammar. setAttributeDecl(int elementDeclIndex, int attributeDeclIndex, XMLAttributeDecl attributeDecl)protected voidXMLDTDValidator. validateDTDattribute(QName element, String attValue, XMLAttributeDecl attributeDecl)Validate attributes in DTD fashion.
-