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