Class AttributeHelper


  • public class AttributeHelper
    extends java.lang.Object

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

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AttributeHelper()  
    • Constructor Detail

      • AttributeHelper

        protected AttributeHelper()
    • Method Detail

      • booleanValue

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

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

        protected static boolean booleanValue​(Attribute attribute)