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

Packages that use MultipleTargetElementsException
com.codemonster.surinam.parser   
 

Uses of MultipleTargetElementsException in com.codemonster.surinam.parser
 

Methods in com.codemonster.surinam.parser that throw MultipleTargetElementsException
 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.
 



Copyright © 2010. All Rights Reserved.