Package | Description |
---|---|
org.n52.security.common.xml |
The XML package contains utiltiy and helper classes for xml processing.
|
Modifier and Type | Field and Description |
---|---|
protected XMLPathCtx |
XMLPath.m_ctx |
Modifier and Type | Method and Description |
---|---|
XMLPathCtx |
XMLPathCtx.addNamespace(String prefix,
String namespace)
Method adds prefix to namespace mapping, so the prefix can be used to
qualify xpath expressions.
|
XMLPathCtx |
XMLPathCtx.addNamespaces(Map<String,String> prefixNamespaceMap)
Adds all namespaces from the given Map
|
XMLPathCtx |
XMLPathCtx.addNamespaces(SimpleNamespaceContext ctx)
Adds all namespaces from the given context to the internal prefix list.
|
static XMLPathCtx |
XMLPathCtx.createNew()
Method creates a new XMLPathCtx instance.
|
XMLPathCtx |
XMLPathCtx.register(String xpath)
Method registers an xpath as precompiled XPathExpression.
|
XMLPathCtx |
XMLPathCtx.register(String name,
String xpath)
Method registers an xpath as precompiled XPathExpression with a special
name.
|
Constructor and Description |
---|
SourceXMLPath(XMLPathCtx ctx,
Document doc)
Constructor creates a new instance.
|
SourceXMLPath(XMLPathCtx ctx,
Node doc)
Constructor creates a new instance.
|
SourceXMLPath(XMLPathCtx ctx,
NodeList set)
Constructor creates a new instance.
|
XMLPath(XMLPathCtx ctx) |
Copyright © 2004–2018 52north.org. All rights reserved.