Class XMLElement
java.lang.Object
com.adobe.epubcheck.xml.model.XMLNode
com.adobe.epubcheck.xml.model.XMLElement
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionXMLElement(String namespace, String prefix, String name, XMLAttribute[] attributes, XMLElement parent) -
Method Summary
Modifier and TypeMethodDescriptiongetAttribute(int i) getAttribute(String attr) intgetAttributeNS(String ns, String name) final ObjectgetPrivateData(String key) final voidsetPrivateData(String key, Object privateData) Methods inherited from class XMLNode
getName, getNamespace, getPrefix
-
Field Details
-
attributes
-
parent
-
privateData
-
-
Constructor Details
-
XMLElement
public XMLElement(String namespace, String prefix, String name, XMLAttribute[] attributes, XMLElement parent)
-
-
Method Details
-
getAttributeCount
public int getAttributeCount() -
getAttribute
-
getParent
-
getAttributeNS
-
getAttribute
-
getPrivateData
-
getPrivateData
-
setPrivateData
-