@Deprecated public class XPathBuilder extends Object implements XPathBuilderIntf
XPathBuilder is an XML XPath builder to calculate and store Node xpath. Please use the
XNodePathBuilder instead as it does not produce correct xPath| Constructor | Description |
|---|---|
XPathBuilder() |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
String |
getPath() |
Deprecated.
Return the current Xpath.
|
void |
moveBackward() |
Deprecated.
Move one step backward in the xml tree.
|
void |
moveForward(String localName) |
Deprecated.
Move forward in xml tree.
|
public void moveForward(String localName)
moveForward in interface XPathBuilderIntflocalName - THe name of new xml tag to append to xpathpublic String getPath()
getPath in interface XPathBuilderIntfpublic void moveBackward()
moveBackward in interface XPathBuilderIntfCopyright © 2025. All rights reserved.