Save This Page
Home » dom4j-1.6.1 » org.dom4j.util » [javadoc | source]
org.dom4j.util
public class: AttributeHelper [javadoc | source]
java.lang.Object
   org.dom4j.util.AttributeHelper

AttributeHelper a number of helper methods for working with attribute values.

Constructor:
 protected AttributeHelper() 
Method from org.dom4j.util.AttributeHelper Summary:
booleanValue,   booleanValue,   booleanValue
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.dom4j.util.AttributeHelper Detail:
 protected static boolean booleanValue(Attribute attribute) 
 public static boolean booleanValue(Element element,
    String attributeName) 
 public static boolean booleanValue(Element element,
    QName attributeQName)