Uses of Class
xtom.parser.MultipleElementInstancesException

Packages that use MultipleElementInstancesException
xtom.parser   
 

Uses of MultipleElementInstancesException in xtom.parser
 

Methods in xtom.parser that throw MultipleElementInstancesException
 Element Element.getElementByPath(java.lang.String path)
          This method gets the element according to the path specidied.
 Element[] Element.getElementsByPath(java.lang.String path)
          This method gets all instances of specified element according to the path specidied.