Class ConfigurationElement

java.lang.Object
com.adobe.xfa.Obj
com.adobe.xfa.Node
com.adobe.xfa.Element
com.adobe.xfa.configuration.ConfigurationElement
All Implemented Interfaces:
Peer
Direct Known Subclasses:
ConfigurationKey, ConfigurationValue

public class ConfigurationElement extends Element
A base class for ConfigurationKey and ConfigurationValue.
  • Constructor Details

  • Method Details

    • 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.
    • getScriptTable

      public ScriptTable getScriptTable()
      Overrides:
      getScriptTable in class Element