Java javax.xml.stream.events Characters fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.stream.events Characters fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.stream.events Characters.

The text is from its open source code.

Subclass

javax.xml.stream.events.Characters has subclasses.
Click this link to see all its subclasses.

Constructor

Method

StringgetData()
Get the character data of this event
javax.xml.stream.LocationgetLocation()
Return the location of this event.
booleanisCData()
Returns true if this is a CData section.
booleanisIgnorableWhiteSpace()
Return true if this is ignorableWhiteSpace.
booleanisWhiteSpace()
Returns true if this set of Characters is all whitespace.