a container for the attributes of an xml element.
Attributes are seperated into known attributes and unknown attributes.
Known attributes have a local name that is known to the
registered at the XFastParser which created the sax event containing
this attributes. If an attribute also has a namespace, that must be registered
at the XFastParser, else this attribute is also unknown even if
the local name is known.
contains the integer token from the XFastTokenHandler
registered at the XFastParser.
If the attribute name has a namespace that was registered with the
XFastParser, Token contains the integer token of the
attributes local name from the XFastTokenHandler and
the integer token of the namespace combined with an arithmetic
or operation.
contains the integer token from the XFastTokenHandler
registered at the XFastParser.
If the attribute name has a namespace that was registered with the
XFastParser, Token contains the integer token of the
attributes local name from the XFastTokenHandler and
the integer token of the namespace combined with an arithmetic
or operation.
Returns
The integer token of the value from the attribute or FastToken::Invalid
contains the integer token from the XFastTokenHandler
registered at the XFastParser.
If the attribute name has a namespace that was registered with the
XFastParser, Token contains the integer token of the
attributes local name from the XFastTokenHandler and
the integer token of the namespace combined with an arithmetic
or operation.
Parameter Default
This value will be returned if the attribute is not available
Returns
If the attribute is available it returns the integer token of the value
from the attribute or FastToken::Invalid.
If not the value of Default is returned.
contains the integer token from the XFastTokenHandler
registered at the XFastParser.
If the attribute name has a namespace that was registered with the
XFastParser, Token contains the integer token of the
attributes local name from the XFastTokenHandler and
the integer token of the namespace combined with an arithmetic
or operation.
contains the integer token from the XFastTokenHandler
registered at the XFastParser.
If the attribute name has a namespace that was registered with the
XFastParser, Token contains the integer token of the
attributes local name from the XFastTokenHandler and
the integer token of the namespace combined with an arithmetic
or operation.
Returns
The string value from the attribute or an empty string if the
attribute is not available.