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, writeIfNotNull
public static final String ELEMENT_NAME
protected void parseAttributes(XMLStreamReader token) throws XMLStreamException
parseAttributes
in class AbstractXmlElement
XMLStreamException
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
public 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 AbstractXmlElement
Copyright © 2012. All Rights Reserved.