public class Path extends AbstractXmlElement
| Modifier and Type | Field and Description |
|---|---|
static String |
ELEMENT_NAME |
| Constructor and Description |
|---|
Path() |
| Modifier and Type | Method and Description |
|---|---|
List<Component> |
getComponents() |
protected String |
getElementName() |
protected void |
parseChildren(XMLStreamReader token,
String child) |
void |
setComponents(List<Component> components) |
void |
write(XMLStreamWriter out) |
doAfterParsing, getBoolean, move2RootElementIfNeeded, parse, parseAttributes, parseCharacters, toXml, writeIfNotNullpublic static final String ELEMENT_NAME
protected void parseChildren(XMLStreamReader token, String child) throws Exception
parseChildren in class AbstractXmlElementExceptionpublic void write(XMLStreamWriter out) throws XMLStreamException
write in interface XMLElementwrite in class AbstractXmlElementXMLStreamExceptionprotected String getElementName()
getElementName in class AbstractXmlElementCopyright © 2012. All Rights Reserved.