com.aspose.html.dom.attributes

Class Accessors

  • java.lang.Object
    • com.aspose.html.internal.ms.System.ValueType<com.aspose.html.internal.ms.System.Enum>
      • com.aspose.html.internal.ms.System.Enum
        • com.aspose.html.dom.attributes.Accessors


  • public final class Accessors
    extends com.aspose.html.internal.ms.System.Enum

    Represents the enumeration of member accessors that is defined by the W3C.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.html.internal.ms.System.Enum

        com.aspose.html.internal.ms.System.Enum.AbstractEnum, com.aspose.html.internal.ms.System.Enum.FlaggedEnum, com.aspose.html.internal.ms.System.Enum.ObjectEnum, com.aspose.html.internal.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static byte Deleter
      Specifies that the property or method should be handled by delete.
      static byte Getter
      Specifies that the property or method should be handled as a getter.
      static byte None
      Specifies that the property does not have any special meaning.
      static byte Setter
      Specifies that the property or method should be handled as a setter.
      • Fields inherited from class com.aspose.html.internal.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.html.internal.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject
    • Field Detail

      • None

        public static final byte None

        Specifies that the property does not have any special meaning.

        See Also:
        Constant Field Values
      • Getter

        public static final byte Getter

        Specifies that the property or method should be handled as a getter.

        See Also:
        Constant Field Values
      • Setter

        public static final byte Setter

        Specifies that the property or method should be handled as a setter.

        See Also:
        Constant Field Values
      • Deleter

        public static final byte Deleter

        Specifies that the property or method should be handled by delete.

        See Also:
        Constant Field Values