|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XNode | |
|---|---|
| com.codemonster.surinam.parser | |
| Uses of XNode in com.codemonster.surinam.parser |
|---|
| Methods in com.codemonster.surinam.parser that return XNode | |
|---|---|
XNode |
TreeWalker.getNode(XPath path,
String tagname)
|
| Methods in com.codemonster.surinam.parser that return types with arguments of type XNode | |
|---|---|
List<XNode> |
XNode.getChildren()
|
List<XNode> |
XNode.getNamedChildren(String tagname)
|
List<XNode> |
TreeWalker.getNodeList(XPath path,
String tagname)
For the given path, finds all the elements matching the given tag name. |
static List<XNode> |
TreeWalker.getRelativeNodeList(XNode rootNode,
XPath path,
String tagName)
Treats the given root node as the root of a sub-tree and follows the given path to the end. |
| Methods in com.codemonster.surinam.parser with parameters of type XNode | |
|---|---|
static List<XNode> |
TreeWalker.getRelativeNodeList(XNode rootNode,
XPath path,
String tagName)
Treats the given root node as the root of a sub-tree and follows the given path to the end. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||