This interface declares the constants used in this API.
This interface declares the constants used in this API. Numbers in the range 0 to 256 are reserved for the specification, user defined events must use event codes outside that range.
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"
Indicates an event is a start document
Indicates an event is a start document
See Also:StartDocument,
publicfinalstatic
int START_ELEMENT
= "1"
Indicates an event is a start element
Indicates an event is a start element
See Also:StartElement,