|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLPathCtx | |
---|---|
org.n52.security.common.xml | The XML package contains utiltiy and helper classes for xml processing. |
Uses of XMLPathCtx in org.n52.security.common.xml |
---|
Fields in org.n52.security.common.xml declared as XMLPathCtx | |
---|---|
protected XMLPathCtx |
XMLPath.m_ctx
|
Methods in org.n52.security.common.xml that return XMLPathCtx | |
---|---|
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. |
Constructors in org.n52.security.common.xml with parameters of type XMLPathCtx | |
---|---|
XMLPath.SourceXMLPath(XMLPathCtx ctx,
Document doc)
Constructor creates a new instance. |
|
XMLPath.SourceXMLPath(XMLPathCtx ctx,
InputSource source)
Constructor creates a new instance. |
|
XMLPath.SourceXMLPath(XMLPathCtx ctx,
Node doc)
Constructor creates a new instance. |
|
XMLPath.SourceXMLPath(XMLPathCtx ctx,
NodeList set)
Constructor creates a new instance. |
|
XMLPath.SourceXMLPath(XMLPathCtx ctx,
String source)
Constructor creates a new instance. |
|
XMLPath(XMLPathCtx ctx)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |