Uses of Class
org.n52.security.common.xml.XMLPathCtx

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
          Xpath context.
 

Methods in org.n52.security.common.xml that return XMLPathCtx
 XMLPathCtx XMLPathCtx.addNamespace(java.lang.String prefix, java.lang.String namespace)
          Method adds prefix to namespace mapping, so the prefix can be used to qualify xpath expressions.
static XMLPathCtx XMLPathCtx.createNew()
          Method creates a new XMLPathCtx instance.
 XMLPathCtx XMLPathCtx.register(java.lang.String xpath)
          Method registers an xpath as precompiled XPathExpression.
 XMLPathCtx XMLPathCtx.register(java.lang.String name, java.lang.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, org.w3c.dom.Document doc)
          Constructor creates a new instance.
XMLPath.SourceXMLPath(XMLPathCtx ctx, org.xml.sax.InputSource source)
          Constructor creates a new instance.
XMLPath.SourceXMLPath(XMLPathCtx ctx, org.w3c.dom.Node doc)
          Constructor creates a new instance.
XMLPath.SourceXMLPath(XMLPathCtx ctx, org.w3c.dom.NodeList set)
          Constructor creates a new instance.
XMLPath.SourceXMLPath(XMLPathCtx ctx, java.lang.String source)
          Constructor creates a new instance.
XMLPath(XMLPathCtx ctx)
          Constructor creates a new instance.
 



Copyright © 2004-2009 52north.org. All Rights Reserved.