Module java.xml

Interface Characters

All Superinterfaces:
XMLEvent, XMLStreamConstants

public interface Characters extends XMLEvent
This describes the interface to Characters events. All text events get reported as Characters events. Content, CData and whitespace are all reported as Characters events. IgnorableWhitespace, in most cases, will be set to false unless an element declaration of element content is present for the current element.
Since:
1.6