public class XNodePathBuilder extends Object implements XPathBuilderIntf
XNodePathBuilder is an XML XPath builder to calculate and store Node xpath.| Constructor | Description |
|---|---|
XNodePathBuilder() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getPath() |
Return the current Xpath.
|
void |
moveBackward() |
Move one step backward in the pathNode tree
|
void |
moveForward(String localName) |
Creates a pathNode with the given name and moves forward to the newly created pathNode
|
String |
toString() |
public void moveForward(String localName)
moveForward in interface XPathBuilderIntflocalName - the local namepublic String getPath()
getPath in interface XPathBuilderIntfpublic void moveBackward()
moveBackward in interface XPathBuilderIntfCopyright © 2025. All rights reserved.