Class ConfigurationElement

    • Method Detail

      • getName

        public String getName()
        Get the name of this configuration element.
        Overrides:
        getName in class Element
        Returns:
        the name of this element.
      • isValidAttr

        public boolean isValidAttr​(int eTag,
                                   boolean bReport,
                                   String value)
        Determine if a specified attribute tag is valid for this node.
        Overrides:
        isValidAttr in class Element
        Parameters:
        eTag - the XFA tag to check
        Returns:
        true if valid.