Uses of Class
org.jutil.xml.message.AttributeNotFoundException

Packages that use AttributeNotFoundException
org.jutil.xml.message   
 

Uses of AttributeNotFoundException in org.jutil.xml.message
 

Methods in org.jutil.xml.message that throw AttributeNotFoundException
 boolean DefaultElement.getAttributeAsBoolean(java.lang.String attribute)
          Return the boolean value of the specified parameter contained in this node.
 boolean Element.getAttributeAsBoolean(java.lang.String name)
          Return the boolean value of the specified attribute contained in this node.
 double DefaultElement.getAttributeAsDouble(java.lang.String attribute)
          Return the double value of the specified attribute contained in this node.
 double Element.getAttributeAsDouble(java.lang.String name)
          Return the double value of the specified attribute contained in this node.
 float DefaultElement.getAttributeAsFloat(java.lang.String attribute)
          Return the float value of the specified parameter contained in this node.
 float Element.getAttributeAsFloat(java.lang.String name)
          Return the float value of the specified attribute contained in this node.
 int DefaultElement.getAttributeAsInteger(java.lang.String attribute)
          Return the int value of the specified attribute contained in this node.
 int Element.getAttributeAsInteger(java.lang.String name)
          Return the int value of the specified attribute contained in this node.
 long DefaultElement.getAttributeAsLong(java.lang.String attribute)
          Returns the value of the attribute specified by its name as a long.
 long Element.getAttributeAsLong(java.lang.String name)
          Returns the value of the attribute specified by its name as a long.