|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.tireme.shared.xml.transform.XPATHSelection
public class XPATHSelection
Management of selection using Java 1.5 features.
| Constructor Summary | |
|---|---|
XPATHSelection()
Constructor for the XPATHSelection object |
|
| Method Summary | |
|---|---|
org.w3c.dom.traversal.NodeIterator |
selectNodeIterator(org.w3c.dom.Node n,
java.lang.String path)
Select a set of nodes using the XPath expression provided |
org.w3c.dom.Node |
selectSingleNode(org.w3c.dom.Node n,
java.lang.String path)
Select a single node using the XPath expression provided |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XPATHSelection()
throws SDExcept
SDExcept| Method Detail |
|---|
public org.w3c.dom.traversal.NodeIterator selectNodeIterator(org.w3c.dom.Node n,
java.lang.String path)
throws StandardException
n - root node where to apply selectionpath - XPAth valid expression
StandardException
public org.w3c.dom.Node selectSingleNode(org.w3c.dom.Node n,
java.lang.String path)
throws StandardException
n - root node where to apply selectionpath - XPAth valid expression
StandardException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||