|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NamespaceContext | |
---|---|
org.deegree.framework.xml | |
org.deegree.ogcbase | Provides common classes to deal with an OGC conform service instance. |
org.deegree.ogcwebservices.csw.manager | |
org.deegree.ogcwebservices.wfs.operation | |
org.deegree.ogcwebservices.wmps | Web Map Service 1.1.3 (OGC WMS Version 1.1.1). |
org.deegree.portal.cataloguemanager.control | |
org.deegree.portal.owswatch | |
org.deegree.portal.standard.csw.control | |
org.deegree.tools.xml |
Uses of NamespaceContext in org.deegree.framework.xml |
---|
Fields in org.deegree.framework.xml declared as NamespaceContext | |
---|---|
protected static NamespaceContext |
XMLFragment.nsContext
The namespace map containing the prefixes mapped to the namespaces. |
Methods in org.deegree.framework.xml with parameters of type NamespaceContext | |
---|---|
void |
NamespaceContext.addAll(NamespaceContext nsc)
registeres all prexifes and assigned namespaces from another NamespaceContext. |
static void |
XMLTools.appendNSBindings(org.w3c.dom.Element element,
NamespaceContext nsContext)
Appends the given namespace bindings to the specified element. |
static org.w3c.dom.Element |
XMLTools.getElement(org.w3c.dom.Node contextNode,
java.lang.String xpath,
NamespaceContext nsContext)
|
static java.util.List<org.w3c.dom.Element> |
XMLTools.getElements(org.w3c.dom.Node contextNode,
java.lang.String xpath,
NamespaceContext nsContext)
|
static org.w3c.dom.Node |
XMLTools.getNode(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext)
|
static boolean |
XMLTools.getNodeAsBoolean(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext,
boolean defaultValue)
|
static double |
XMLTools.getNodeAsDouble(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext,
double defaultValue)
|
static int |
XMLTools.getNodeAsInt(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext,
int defaultValue)
|
static QualifiedName |
XMLTools.getNodeAsQualifiedName(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext,
QualifiedName defaultValue)
|
static java.lang.String |
XMLTools.getNodeAsString(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext,
java.lang.String defaultValue)
|
static java.net.URI |
XMLTools.getNodeAsURI(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext,
java.net.URI defaultValue)
|
static java.util.List<org.w3c.dom.Node> |
XMLTools.getNodes(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext)
returns a list of nodes matching the passed XPath |
static QualifiedName[] |
XMLTools.getNodesAsQualifiedNames(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext)
|
static java.util.List<java.lang.String> |
XMLTools.getNodesAsStringList(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext)
|
static java.lang.String[] |
XMLTools.getNodesAsStrings(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext)
|
static java.net.URI[] |
XMLTools.getNodesAsURIs(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext)
|
static org.w3c.dom.Element |
XMLTools.getRequiredElement(org.w3c.dom.Node contextNode,
java.lang.String xpath,
NamespaceContext nsContext)
|
static java.util.List<org.w3c.dom.Element> |
XMLTools.getRequiredElements(org.w3c.dom.Node contextNode,
java.lang.String xpath,
NamespaceContext nsContext)
|
static org.w3c.dom.Node |
XMLTools.getRequiredNode(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext)
|
static boolean |
XMLTools.getRequiredNodeAsBoolean(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext)
|
static double |
XMLTools.getRequiredNodeAsDouble(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext)
|
static double[] |
XMLTools.getRequiredNodeAsDoubles(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext,
java.lang.String regex)
Returns the parts of the targeted node value which are separated by the specified regex. |
static int |
XMLTools.getRequiredNodeAsInt(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext)
|
static QualifiedName |
XMLTools.getRequiredNodeAsQualifiedName(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext)
|
static java.lang.String |
XMLTools.getRequiredNodeAsString(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext)
|
static java.lang.String |
XMLTools.getRequiredNodeAsString(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext,
java.lang.String[] validValues)
|
static java.lang.String[] |
XMLTools.getRequiredNodeAsStrings(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext,
java.lang.String regex)
Returns the parts of the targeted node value which are separated by the specified regex. |
static java.net.URI |
XMLTools.getRequiredNodeAsURI(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext)
|
static java.util.List<org.w3c.dom.Node> |
XMLTools.getRequiredNodes(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext)
|
static QualifiedName[] |
XMLTools.getRequiredNodesAsQualifiedNames(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext)
|
static java.lang.String[] |
XMLTools.getRequiredNodesAsStrings(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext)
Returns the content of the nodes matching the XPathQuery as a String array. |
Constructors in org.deegree.framework.xml with parameters of type NamespaceContext | |
---|---|
NamespaceContext(NamespaceContext nsContext)
Creates a new instance of NamespaceContext that contains all the bindings from
the argument NamespaceContext . |
Uses of NamespaceContext in org.deegree.ogcbase |
---|
Methods in org.deegree.ogcbase that return NamespaceContext | |
---|---|
static NamespaceContext |
CommonNamespaces.getNamespaceContext()
Returns the NamespaceContext for common namespaces known be deegree. |
NamespaceContext |
PropertyPath.getNamespaceContext()
Returns the namespace bindings for the prefices that are used by this property path. |
Uses of NamespaceContext in org.deegree.ogcwebservices.csw.manager |
---|
Fields in org.deegree.ogcwebservices.csw.manager declared as NamespaceContext | |
---|---|
protected static NamespaceContext |
AbstractHarvester.nsc
|
Uses of NamespaceContext in org.deegree.ogcwebservices.wfs.operation |
---|
Methods in org.deegree.ogcwebservices.wfs.operation that return NamespaceContext | |
---|---|
protected static NamespaceContext |
AbstractWFSRequest.extractNamespaceParameter(java.util.Map<java.lang.String,java.lang.String> model)
Extracts the namespace bindings from the NAMESPACE parameter. |
Uses of NamespaceContext in org.deegree.ogcwebservices.wmps |
---|
Fields in org.deegree.ogcwebservices.wmps declared as NamespaceContext | |
---|---|
protected static NamespaceContext |
DefaultRequestManager.nsContext
|
Uses of NamespaceContext in org.deegree.portal.cataloguemanager.control |
---|
Fields in org.deegree.portal.cataloguemanager.control declared as NamespaceContext | |
---|---|
protected static NamespaceContext |
AbstractSearchListener.nsc
|
Uses of NamespaceContext in org.deegree.portal.owswatch |
---|
Methods in org.deegree.portal.owswatch that return NamespaceContext | |
---|---|
static NamespaceContext |
ServicesConfigurationFactory.getCnxt()
|
static NamespaceContext |
CommonNamepspaces.getNameSpaceContext()
|
Uses of NamespaceContext in org.deegree.portal.standard.csw.control |
---|
Fields in org.deegree.portal.standard.csw.control declared as NamespaceContext | |
---|---|
protected NamespaceContext |
SimpleSearchListener.nsContext
|
Uses of NamespaceContext in org.deegree.tools.xml |
---|
Fields in org.deegree.tools.xml declared as NamespaceContext | |
---|---|
(package private) static NamespaceContext |
SimpleValidator.nsContext
|
|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org