com.parabon.common.manifest.xml
Class XmlElement
java.lang.Object
com.parabon.common.manifest.xml.AbstractXmlElement
com.parabon.common.manifest.xml.XmlElement
- Direct Known Subclasses:
- XmlBundleElement
public class XmlElement
- extends AbstractXmlElement
|
Field Summary |
static java.lang.String |
NAME
|
|
Constructor Summary |
|
XmlElement()
|
|
XmlElement(org.xml.sax.Attributes attributes)
|
protected |
XmlElement(java.lang.String elementName,
org.xml.sax.Attributes attributes)
|
|
Method Summary |
java.lang.String |
getFile()
|
boolean |
isNull()
|
void |
start(java.lang.String elementName,
org.xml.sax.Attributes attributes)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
XmlElement
protected XmlElement(java.lang.String elementName,
org.xml.sax.Attributes attributes)
throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
XmlElement
public XmlElement()
XmlElement
public XmlElement(org.xml.sax.Attributes attributes)
throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
start
public void start(java.lang.String elementName,
org.xml.sax.Attributes attributes)
throws org.xml.sax.SAXException
- Specified by:
start in class AbstractXmlElement
- Throws:
org.xml.sax.SAXException
getFile
public java.lang.String getFile()
isNull
public boolean isNull()