Package org.dom4j.util
Class AttributeHelper
- java.lang.Object
-
- org.dom4j.util.AttributeHelper
-
public class AttributeHelper extends java.lang.Object
AttributeHelper
a number of helper methods for working with attribute values.- Version:
- $Revision: 1.7 $
- Author:
- James Strachan
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AttributeHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static boolean
booleanValue(Attribute attribute)
static boolean
booleanValue(Element element, java.lang.String attributeName)
static boolean
booleanValue(Element element, QName attributeQName)
-