public class URI extends AbstractXmlElement
| Modifier and Type | Field and Description |
|---|---|
static String |
ELEMENT_NAME |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getElementName() |
String |
getHost() |
Path |
getPath() |
int |
getPort() |
Query |
getQuery() |
String |
getValue() |
protected void |
parseAttributes(XMLStreamReader token) |
protected void |
parseChildren(XMLStreamReader token,
String child) |
void |
setHost(String host) |
void |
setPath(Path path) |
void |
setPort(int port) |
void |
setQuery(Query query) |
void |
setValue(String value) |
void |
write(XMLStreamWriter out) |
doAfterParsing, getBoolean, move2RootElementIfNeeded, parse, parseCharacters, toXml, writeIfNotNullpublic static final String ELEMENT_NAME
protected void parseAttributes(XMLStreamReader token) throws XMLStreamException
parseAttributes in class AbstractXmlElementXMLStreamExceptionprotected void parseChildren(XMLStreamReader token, String child) throws Exception
parseChildren in class AbstractXmlElementExceptionpublic void write(XMLStreamWriter out) throws XMLStreamException
write in interface XMLElementwrite in class AbstractXmlElementXMLStreamExceptionpublic int getPort()
public void setPort(int port)
public String getHost()
public void setHost(String host)
public Path getPath()
public void setPath(Path path)
public String getValue()
public Query getQuery()
public void setQuery(Query query)
protected String getElementName()
getElementName in class AbstractXmlElementCopyright © 2012. All Rights Reserved.