com.supermap.services.providers
Class CapabilitiesParser10000
- java.lang.Object
-
- com.supermap.services.providers.WFSCapabilitiesParser
-
- com.supermap.services.providers.CapabilitiesParser10000
-
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
WFSCapabilitiesobject.
-
-
Constructor Summary
Constructors Constructor and Description CapabilitiesParser10000()
-
Method Summary
Methods Modifier and Type Method and Description WFSCapabilitiesparse(org.w3c.dom.Document document)Parses the specified document as aWFSCapabilitiesobject.
-
-
-
Method Detail
-
parse
public WFSCapabilities parse(org.w3c.dom.Document document) throws ParseException, UnsupportedVersionExceptionParses the specified document as a
WFSCapabilitiesobject.- Specified by:
parsein classWFSCapabilitiesParser- Parameters:
document- The XML document to parse.- Returns:
- WFS Service capability information defined in the service implementation.
- Throws:
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.
-
-