Class AttributeDefault

java.lang.Object
com.thaiopensource.xml.dtd.om.AttributeDefault
Direct Known Subclasses:
AttributeDefaultRef, DefaultValue, FixedValue, ImpliedValue, RequiredValue

public abstract class AttributeDefault extends Object
  • Field Details

  • Constructor Details

    • AttributeDefault

      public AttributeDefault()
  • Method Details

    • getType

      public abstract int getType()
    • accept

      public abstract void accept(AttributeDefaultVisitor visitor) throws Exception
      Throws:
      Exception
    • isRequired

      public boolean isRequired()
    • getDefaultValue

      public String getDefaultValue()
    • getFixedValue

      public String getFixedValue()