javax.xml.stream.events
public interface Characters extends XMLEvent
Method Summary | |
---|---|
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. |