Uses of Class
com.codemonster.surinam.parser.XPath

Packages that use XPath
com.codemonster.surinam.parser   
 

Uses of XPath in com.codemonster.surinam.parser
 

Methods in com.codemonster.surinam.parser with parameters of type XPath
 float TreeWalker.getFloat(XPath path, String tagname)
           
 int TreeWalker.getInt(XPath path, String tagname)
           
 long TreeWalker.getLong(XPath path, String tagname)
           
 XNode TreeWalker.getNode(XPath path, 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.
 String TreeWalker.getString(XPath path, String tagname)
           
 



Copyright © 2010. All Rights Reserved.