Uses of Class
com.adobe.epubcheck.xml.model.XMLAttribute
-
Packages that use XMLAttribute Package Description com.adobe.epubcheck.xml.model -
-
Uses of XMLAttribute in com.adobe.epubcheck.xml.model
Fields in com.adobe.epubcheck.xml.model declared as XMLAttribute Modifier and Type Field Description private XMLAttribute[]XMLElement. attributesMethods in com.adobe.epubcheck.xml.model that return XMLAttribute Modifier and Type Method Description XMLAttributeXMLElement. getAttribute(int i)Constructors in com.adobe.epubcheck.xml.model with parameters of type XMLAttribute Constructor Description XMLElement(java.lang.String namespace, java.lang.String prefix, java.lang.String name, XMLAttribute[] attributes, XMLElement parent)
-