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

Packages that use XMLPath
org.n52.security.common.xml The XML package contains utiltiy and helper classes for xml processing.
 

Uses of XMLPath in org.n52.security.common.xml
 

Subclasses of XMLPath in org.n52.security.common.xml
static class XMLPath.BooleanXMLPath
          Class BooleanXMLPath, represents xpath queries resulting in boolean values.
static class XMLPath.NodeSetXMLPath
          Class NodeSetXMLPath, represents xpaths resulting in NodeLists.
static class XMLPath.NodeXMLPath
          Class NodeXMLPath, represents xpaths resulting in nodes.
static class XMLPath.NumberXMLPath
          Class NumberXMLPath, represents xpath queries resulting in number values.
static class XMLPath.SourceXMLPath
          Class SourceXMLPath, represents the xpath root/or source of evaluation.
static class XMLPath.StringXMLPath
          Class StringXMLPath, represents xpaths queries resulting in string values.
 

Fields in org.n52.security.common.xml declared as XMLPath
protected  XMLPath XMLPath.m_previous
           
 

Methods in org.n52.security.common.xml that return XMLPath
protected  XMLPath XMLPath.compile(java.lang.String xpath)
          Method compiles an xpath.
 XMLPath XMLPathCtx.findIn(org.w3c.dom.Document doc)
          Method findIn constructs a new XMLPath starting in a Document source.
 XMLPath XMLPathCtx.findIn(org.xml.sax.InputSource source)
          Method findIn constructs a new XMLPath starting in a InputSource source.
 XMLPath XMLPathCtx.findIn(org.w3c.dom.Node node)
          Method findIn constructs a new XMLPath starting in a Node source.
 XMLPath XMLPathCtx.findIn(org.w3c.dom.NodeList nodeList)
          Method findIn constructs a new XMLPath starting in a NodeList source.
 XMLPath XMLPathCtx.findIn(java.lang.String source)
          Method findIn constructs a new XMLPath starting in a string source.
 

Constructors in org.n52.security.common.xml with parameters of type XMLPath
XMLPath.BooleanXMLPath(XMLPath previous)
          Constructor creates a new instance.
XMLPath.NodeSetXMLPath(XMLPath previous)
          Constructor creates a new instance.
XMLPath.NodeXMLPath(XMLPath previous)
          Constructor creates a new instance.
XMLPath.NumberXMLPath(XMLPath previous)
          Constructor creates a new instance.
XMLPath.StringXMLPath(XMLPath previous)
          Constructor creates a new instance.
XMLPath(XMLPath previous)
          Constructor creates a new instance.
 



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