Package com.adobe.epubcheck.xml.model
Class XMLAttribute
- java.lang.Object
-
- com.adobe.epubcheck.xml.model.XMLNode
-
- com.adobe.epubcheck.xml.model.XMLAttribute
-
public class XMLAttribute extends XMLNode
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Stringvalue
-
Constructor Summary
Constructors Constructor Description XMLAttribute(java.lang.String namespace, java.lang.String prefix, java.lang.String name, java.lang.String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetValue()-
Methods inherited from class com.adobe.epubcheck.xml.model.XMLNode
getName, getNamespace, getPrefix
-
-