| |
|
| javax.xml.stream.XMLStreamConstants
XMLStreamConstants | public interface XMLStreamConstants (Code) | | 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.
|
SPACE | final public static int SPACE(Code) | | 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: javax.xml.stream.events.Characters |
|
|
|