Package org.dom4j.util
Class AttributeHelper
- java.lang.Object
-
- org.dom4j.util.AttributeHelper
-
public class AttributeHelper extends Object
AttributeHelper
a number of helper methods for working with attribute values.
-
-
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, String attributeName)
static boolean
booleanValue(Element element, QName attributeQName)
-