public class Component extends AbstractXmlElement
| Modifier and Type | Field and Description |
|---|---|
static String |
ELEMENT_NAME |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getElementName() |
String |
getValue() |
protected void |
parseCharacters(XMLStreamReader token) |
void |
setValue(String value) |
void |
write(XMLStreamWriter out) |
doAfterParsing, getBoolean, move2RootElementIfNeeded, parse, parseAttributes, parseChildren, toXml, writeIfNotNullpublic static final String ELEMENT_NAME
public Component()
public Component(String c)
protected void parseCharacters(XMLStreamReader token) throws XMLStreamException
parseCharacters in class AbstractXmlElementXMLStreamExceptionpublic void write(XMLStreamWriter out) throws XMLStreamException
write in interface XMLElementwrite in class AbstractXmlElementXMLStreamExceptionpublic String getValue()
public void setValue(String value)
protected String getElementName()
getElementName in class AbstractXmlElementCopyright © 2012. All Rights Reserved.