Uses of Class
com.codemonster.surinam.parser.throwable.ElementDoesNotExistException

Packages that use ElementDoesNotExistException
com.codemonster.surinam.parser   
 

Uses of ElementDoesNotExistException in com.codemonster.surinam.parser
 

Methods in com.codemonster.surinam.parser that throw ElementDoesNotExistException
 float XNode.getChildFloatValue(String tagname)
          Designed for use in terminating lists where the leaves/fields are children of list elements.
 int XNode.getChildIntValue(String tagname)
          Designed for use in terminating lists where the leaves/fields are children of list elements.
 long XNode.getChildLongValue(String tagname)
          Designed for use in terminating lists where the leaves/fields are children of list elements.
 String XNode.getChildStringValue(String tagname)
          Designed for use in terminating lists where the leaves/fields are children of list elements.
 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.