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

Class summary
Methods defined in this class
get_def_set() get_def_type() get_default_decl() get_default_value() to_string()
Variables defined in this class
def_set def_type default_decl default_value in_ext_subset

Method detail

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

Variable detail

def_set


def_type


default_decl


default_value


in_ext_subset