Returns an Iterator of namespaces that have gone out
of scope.
Returns an Iterator of namespaces that have gone out of scope. Returns an empty iterator if no namespaces have gone out of scope.
Returns:
an Iterator over Namespace interfaces, or an
empty iterator
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,