org.deegree.owscommon_1_1_0
Class GetResourceByIDDocument
java.lang.Object
org.deegree.framework.xml.XMLFragment
org.deegree.owscommon_1_1_0.GetResourceByIDDocument
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- GetResourceByIDDocument
public class GetResourceByIDDocument
- extends XMLFragment
GetResourceByID
supplies the methods for parsing the ows 1.1.0 GetResourceById xml-dom structure.
- Version:
- $Revision:$, $Date:$
- Author:
- Rutger Bezema, last edited by: $Author:$
- See Also:
- Serialized Form
Methods inherited from class org.deegree.framework.xml.XMLFragment |
getAsPrettyString, getAsString, getAttachedSchemas, getQualifiedName, getRootElement, getSystemId, hasSchema, load, load, load, parseQualifiedName, parseSimpleLink, prettyPrint, prettyPrint, resolve, setRootElement, setSystemId, setSystemId, toString, write, write, write, write |
GetResourceByIDDocument
public GetResourceByIDDocument()
parseResourceIDs
public List<String> parseResourceIDs()
throws XMLParsingException
- Returns:
- a list of resourceID uri's or an empty list if no resourceID's were given.
- Throws:
XMLParsingException
- if the node could not be parsed.
parseOutputFormats
public String parseOutputFormats()
throws XMLParsingException
- Returns:
- a String containing an output format (mime-type) or an empty String if no output format was given.
- Throws:
XMLParsingException
- if the node could not be parsed.
parseVersion
public String parseVersion()
throws XMLParsingException
- Returns:
- the mandatory version string.
- Throws:
XMLParsingException
- if the attribute was not given.
parseService
public String parseService()
throws XMLParsingException
- Returns:
- the mandatory service string.
- Throws:
XMLParsingException
- if the attribute was not given.
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net