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, writeIfNotNull
public static final String ELEMENT_NAME
public Component()
public Component(String c)
protected void parseCharacters(XMLStreamReader token) throws XMLStreamException
parseCharacters
in class AbstractXmlElement
XMLStreamException
public void write(XMLStreamWriter out) throws XMLStreamException
write
in interface XMLElement
write
in class AbstractXmlElement
XMLStreamException
public String getValue()
public void setValue(String value)
protected String getElementName()
getElementName
in class AbstractXmlElement
Copyright © 2012. All Rights Reserved.