public class EmptyComplexElement extends AbstractXmlElement
| Constructor and Description |
|---|
EmptyComplexElement() |
EmptyComplexElement(AbstractXmlElement p) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttribute(String name) |
String |
getAttributeOrDefault(String name,
String def) |
protected String |
getElementName() |
protected void |
parseAttributes(XMLStreamReader token) |
protected void |
parseChildren(XMLStreamReader token,
String child) |
doAfterParsing, getBoolean, move2RootElementIfNeeded, parse, parseCharacters, toXml, write, writeIfNotNullpublic EmptyComplexElement()
public EmptyComplexElement(AbstractXmlElement p)
protected void parseChildren(XMLStreamReader token, String child) throws Exception
parseChildren in class AbstractXmlElementExceptionprotected void parseAttributes(XMLStreamReader token) throws XMLStreamException
parseAttributes in class AbstractXmlElementXMLStreamExceptionprotected String getElementName()
getElementName in class AbstractXmlElementCopyright © 2012. All Rights Reserved.