public interface Characters extends XMLEvent
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getData()
Returns the character data assocated with this event.
|
boolean |
isCData()
Indicates whether this is a CDATA section.
|
boolean |
isIgnorableWhiteSpace()
Indicates whether this text is all ignorable whitespace.
|
boolean |
isWhiteSpace()
Indicates whether this text is all whitespace.
|
asCharacters, asEndElement, asStartElement, getEventType, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, writeAsEncodedUnicodejava.lang.String getData()
boolean isWhiteSpace()
boolean isCData()
boolean isIgnorableWhiteSpace()