|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree.commons.xml.XMLAdapter
org.deegree.protocol.wfs.AbstractWFSRequestXMLAdapter
public abstract class AbstractWFSRequestXMLAdapter
Provides basic functionality for parsing WFS XML requests.
Field Summary | |
---|---|
protected static org.deegree.commons.xml.NamespaceBindings |
nsContext
Namespace context with predefined bindings "wfs" and "wfs200" |
protected static String |
WFS_200_PREFIX
Namespace binding for WFS 2.0.0 constructs |
protected static String |
WFS_PREFIX
Namespace binding for WFS 1.0.0 and WFS 1.1.0 constructs |
Fields inherited from class org.deegree.commons.xml.XMLAdapter |
---|
DEFAULT_URL, rootElement, XLN_NS |
Constructor Summary | |
---|---|
AbstractWFSRequestXMLAdapter()
|
Method Summary | |
---|---|
protected org.deegree.commons.tom.ows.Version |
determineVersion110Safe()
Returns the protocol version for the given WFS request element based on the value of the version
attribute (for WFS 1.1.0, this attribute is optional and thus it is assumed that missing implies 1.1.0). |
Methods inherited from class org.deegree.commons.xml.XMLAdapter |
---|
evaluateXPath, getElement, getElements, getNamespaceContext, getNode, getNodeAsBigInt, getNodeAsBoolean, getNodeAsDouble, getNodeAsFloat, getNodeAsInt, getNodeAsQName, getNodeAsString, getNodeAsURL, getNodeAsVersion, getNodes, getNodesAsQNames, getNodesAsStrings, getRequiredElement, getRequiredElements, getRequiredNode, getRequiredNodeAsBoolean, getRequiredNodeAsDouble, getRequiredNodeAsFloat, getRequiredNodeAsInteger, getRequiredNodeAsQName, getRequiredNodeAsString, getRequiredNodeAsURL, getRequiredNodeAsVersion, getRequiredNodes, getRootElement, getSchemas, getSystemId, hasSchemas, load, load, load, load, load, load, load, maybeWriteElement, maybeWriteElementNS, parseBoolean, parseDouble, parseFloat, parseInt, parseQName, parseSimpleLink, parseURL, resolve, setRootElement, setSystemId, toString, writeElement, writeElement, writeElement, writeElement, writeElement, writeOptionalAttribute, writeOptionalElement, writeOptionalNSAttribute |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected static final org.deegree.commons.xml.NamespaceBindings nsContext
protected static final String WFS_PREFIX
protected static final String WFS_200_PREFIX
Constructor Detail |
---|
public AbstractWFSRequestXMLAdapter()
Method Detail |
---|
protected org.deegree.commons.tom.ows.Version determineVersion110Safe()
version
attribute (for WFS 1.1.0, this attribute is optional and thus it is assumed that missing implies 1.1.0).
version
attribute (if missing and namespace is WFS 1.0.0/1.1.0,
version is assumed to be 1.1.0)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |