Uses of Class
org.jdom.NoSuchAttributeException

Packages that use NoSuchAttributeException
org.jdom   
 

Uses of NoSuchAttributeException in org.jdom
 

Methods in org.jdom that throw NoSuchAttributeException
 Attribute Element.getAttribute(java.lang.String name)
           This will return the Attribute for the specified attribute name on this Element.
 Attribute Element.getAttribute(java.lang.String prefix, java.lang.String name)
           This will return the Attribute for the specified attribute name on this Element.
 



Copyright © 2000 Brett McLaughlin, Jason Hunter. All Rights Reserved.