Class AttributeDef
- Package :
- xml
This class represents a single attribute definition.
def_type is CDATA for a string type
ID, IDREF, IDREFS, ENTITY, ENTITIES, NMTOKEN, NMTOKENS for a tokenized type
NOTATION for an enumerated notation type
ENUMERATION for an enumerated type
def_set is the set of enumerations for NOTATION/ENUMERATION types.
default_decl is #REQUIRED, #IMPLIED or #FIXED, or null
default_value is the default value, or null; can only be non-null when
default_decl is #FIXED or null
in_ext_subset indicates whether this declaration occurred in the external DTD subset;
needed for validation.
- Source
get_def_set()
-
Return the def_set
- Source
get_def_type()
-
Return the def_type
- Source
get_default_decl()
-
Return the default_decl
- Source
get_default_value()
-
Return the default_value
- Source
to_string()
-
Returns a string representation of this object.
- Source
def_set
-
def_type
-
default_decl
-
default_value
-
in_ext_subset
-