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, writeIfNotNull
public EmptyComplexElement()
public EmptyComplexElement(AbstractXmlElement p)
protected void parseChildren(XMLStreamReader token, String child) throws Exception
parseChildren
in class AbstractXmlElement
Exception
protected void parseAttributes(XMLStreamReader token) throws XMLStreamException
parseAttributes
in class AbstractXmlElement
XMLStreamException
protected String getElementName()
getElementName
in class AbstractXmlElement
Copyright © 2012. All Rights Reserved.