public interface XPathBuilderIntf
XPathBuilderIntf provides the basic functionality of the the xpath builders| Modifier and Type | Method | Description |
|---|---|---|
String |
getPath() |
|
void |
moveBackward() |
Called when going back to the father of this element
|
void |
moveForward(String localName) |
Called when moving to a new element which is child of the current element
|
void moveForward(String localName)
localName - the child element' s nameString getPath()
void moveBackward()
Copyright © 2025. All rights reserved.