Class AttributeHelper


  • public class AttributeHelper
    extends Object

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

    • Constructor Detail

      • AttributeHelper

        protected AttributeHelper()
    • Method Detail

      • booleanValue

        public static boolean booleanValue​(Element element,
                                           String attributeName)
      • booleanValue

        public static boolean booleanValue​(Element element,
                                           QName attributeQName)
      • booleanValue

        protected static boolean booleanValue​(Attribute attribute)