The org.apache.xerces.xni.XMLString contains the text
Not necessarily maximum number of characters (like SAX)
The boolean
ignorable field is true if this is ignorable white space.
package org.cyberneko.pull.event;
public class CharactersEvent extends XMLEvent {
public XMLString text;
public boolean ignorable;
public CharactersEvent();
}