Package | Description |
---|---|
org.n52.security.common.xml |
The XML package contains utiltiy and helper classes for xml processing.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected XMLPath |
XMLPath.m_previous
previous path element.
|
Modifier and Type | Method and Description |
---|---|
protected XMLPath |
XMLPath.compile(String xpath)
Method compiles an xpath.
|
XMLPath |
XMLPathCtx.findIn(Document doc)
Method findIn constructs a new XMLPath starting in a Document source.
|
XMLPath |
XMLPathCtx.findIn(InputSource source)
Method findIn constructs a new XMLPath starting in a InputSource source.
|
XMLPath |
XMLPathCtx.findIn(Node node)
Method findIn constructs a new XMLPath starting in a Node source.
|
XMLPath |
XMLPathCtx.findIn(NodeList nodeList)
Method findIn constructs a new XMLPath starting in a NodeList source.
|
XMLPath |
XMLPathCtx.findIn(String source)
Method findIn constructs a new XMLPath starting in a string source.
|
Constructor and Description |
---|
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) |
Copyright © 2004–2016 52north.org. All rights reserved.