publicfinalstatic
int SPACE
= "6"
[Inherited From Attribute]
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 Attribute]
Indicates an event is a start document
Indicates an event is a start document
See Also:StartDocument,
publicfinalstatic
int START_ELEMENT
= "1"
[Inherited From Attribute]
Indicates an event is a start element
Indicates an event is a start element
See Also:StartElement,