An interface that contains information about an attribute.
An interface that contains information about an attribute. Attributes are reported as a set of events accessible from a StartElement. Other applications may report Attributes as first-order events, for example as the results of an XPath expression.
A flag indicating whether this attribute was actually
specified in the start-tag of its element, or was defaulted from the schema.
A flag indicating whether this attribute was actually specified in the start-tag of its element, or was defaulted from the schema.
Returns:
returns true if this was specified in the start element
publicfinalstatic
int SPACE
= "6"
[Inherited From XMLEvent]
The characters are white space
(see [XML], 2.10 "White Space Handling").
The characters are white space (see [XML], 2.10 "White Space Handling"). Events are only reported as SPACE if they are ignorable white space. Otherwise they are reported as CHARACTERS.
See Also:Characters,
publicfinalstatic
int START_DOCUMENT
= "7"
[Inherited From XMLEvent]
Indicates an event is a start document
Indicates an event is a start document
See Also:StartDocument,
publicfinalstatic
int START_ELEMENT
= "1"
[Inherited From XMLEvent]
Indicates an event is a start element
Indicates an event is a start element
See Also:StartElement,