public abstract class WFSCapabilitiesParser
extends java.lang.Object
GetCapabilities responds to the results parser.
Parse the response result of the WFS service GetCapabilities operation, and parse the responding XML document as a WFSCapabilities object.
| Constructor and Description |
|---|
WFSCapabilitiesParser() |
| Modifier and Type | Method and Description |
|---|---|
abstract WFSCapabilities |
parse(org.w3c.dom.Document document)
Parses the specified document as a
WFSCapabilities object. |
public abstract WFSCapabilities parse(org.w3c.dom.Document document)
throws UnsupportedVersionException,
ParseException
Parses the specified document as a WFSCapabilities object.
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.