public class CapabilitiesParser10000 extends WFSCapabilitiesParser
WFS version 1.0.0 GetCapabilities operation results parser.
Used to resolve the response results of the WFS 1.0.0 version service GetCapabilities operation, parses the responding XML document as a WFSCapabilities
object.
Constructor and Description |
---|
CapabilitiesParser10000() |
Modifier and Type | Method and Description |
---|---|
WFSCapabilities |
parse(org.w3c.dom.Document document)
Parses the specified document as a
WFSCapabilities object. |
public WFSCapabilities parse(org.w3c.dom.Document document) throws ParseException, UnsupportedVersionException
Parses the specified document as a WFSCapabilities
object.
parse
in class WFSCapabilitiesParser
document
- The XML document to parse.UnsupportedVersionException
- This exception is thrown when the version declared in the XML document does not parse.ParseException
- This exception is thrown when an error occurs in parsing an XML document.