|
deegree 2.6-pre (2011/11/29 00:10 build-378-unofficial) | |||||||||
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(Element element,
NamespaceContext nsContext)
Appends the given namespace bindings to the specified element. |
static Element |
XMLTools.getElement(Node contextNode,
String xpath,
NamespaceContext nsContext)
|
static List<Element> |
XMLTools.getElements(Node contextNode,
String xpath,
NamespaceContext nsContext)
|
static Node |
XMLTools.getNode(Node contextNode,
String xPathQuery,
NamespaceContext nsContext)
|
static boolean |
XMLTools.getNodeAsBoolean(Node contextNode,
String xPathQuery,
NamespaceContext nsContext,
boolean defaultValue)
|
static double |
XMLTools.getNodeAsDouble(Node contextNode,
String xPathQuery,
NamespaceContext nsContext,
double defaultValue)
|
static int |
XMLTools.getNodeAsInt(Node contextNode,
String xPathQuery,
NamespaceContext nsContext,
int defaultValue)
|
static QualifiedName |
XMLTools.getNodeAsQualifiedName(Node contextNode,
String xPathQuery,
NamespaceContext nsContext,
QualifiedName defaultValue)
|
static String |
XMLTools.getNodeAsString(Node contextNode,
String xPathQuery,
NamespaceContext nsContext,
String defaultValue)
|
static URI |
XMLTools.getNodeAsURI(Node contextNode,
String xPathQuery,
NamespaceContext nsContext,
URI defaultValue)
|
static List<Node> |
XMLTools.getNodes(Node contextNode,
String xPathQuery,
NamespaceContext nsContext)
returns a list of nodes matching the passed XPath |
static QualifiedName[] |
XMLTools.getNodesAsQualifiedNames(Node contextNode,
String xPathQuery,
NamespaceContext nsContext)
|
static List<String> |
XMLTools.getNodesAsStringList(Node contextNode,
String xPathQuery,
NamespaceContext nsContext)
|
static String[] |
XMLTools.getNodesAsStrings(Node contextNode,
String xPathQuery,
NamespaceContext nsContext)
|
static URI[] |
XMLTools.getNodesAsURIs(Node contextNode,
String xPathQuery,
NamespaceContext nsContext)
|
static Element |
XMLTools.getRequiredElement(Node contextNode,
String xpath,
NamespaceContext nsContext)
|
static List<Element> |
XMLTools.getRequiredElements(Node contextNode,
String xpath,
NamespaceContext nsContext)
|
static Node |
XMLTools.getRequiredNode(Node contextNode,
String xPathQuery,
NamespaceContext nsContext)
|
static boolean |
XMLTools.getRequiredNodeAsBoolean(Node contextNode,
String xPathQuery,
NamespaceContext nsContext)
|
static double |
XMLTools.getRequiredNodeAsDouble(Node contextNode,
String xPathQuery,
NamespaceContext nsContext)
|
static double[] |
XMLTools.getRequiredNodeAsDoubles(Node contextNode,
String xPathQuery,
NamespaceContext nsContext,
String regex)
Returns the parts of the targeted node value which are separated by the specified regex. |
static int |
XMLTools.getRequiredNodeAsInt(Node contextNode,
String xPathQuery,
NamespaceContext nsContext)
|
static QualifiedName |
XMLTools.getRequiredNodeAsQualifiedName(Node contextNode,
String xPathQuery,
NamespaceContext nsContext)
|
static String |
XMLTools.getRequiredNodeAsString(Node contextNode,
String xPathQuery,
NamespaceContext nsContext)
|
static String |
XMLTools.getRequiredNodeAsString(Node contextNode,
String xPathQuery,
NamespaceContext nsContext,
String[] validValues)
|
static String[] |
XMLTools.getRequiredNodeAsStrings(Node contextNode,
String xPathQuery,
NamespaceContext nsContext,
String regex)
Returns the parts of the targeted node value which are separated by the specified regex. |
static URI |
XMLTools.getRequiredNodeAsURI(Node contextNode,
String xPathQuery,
NamespaceContext nsContext)
|
static List<Node> |
XMLTools.getRequiredNodes(Node contextNode,
String xPathQuery,
NamespaceContext nsContext)
|
static QualifiedName[] |
XMLTools.getRequiredNodesAsQualifiedNames(Node contextNode,
String xPathQuery,
NamespaceContext nsContext)
|
static String[] |
XMLTools.getRequiredNodesAsStrings(Node contextNode,
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(Map<String,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.6-pre (2011/11/29 00:10 build-378-unofficial) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org