|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.cyberneko.pull.XMLEvent
org.cyberneko.pull.event.CharactersEvent
Character content event. This event is also used for ignorable whitespace.
| Field Summary | |
boolean |
ignorable
True if this event is ignorable whitespace. |
org.apache.xerces.xni.XMLString |
text
The text content. |
| Fields inherited from class org.cyberneko.pull.XMLEvent |
augs, CDATA, CHARACTERS, COMMENT, DOCTYPE_DECL, DOCUMENT, ELEMENT, GENERAL_ENTITY, next, PREFIX_MAPPING, PROCESSING_INSTRUCTION, TEXT_DECL, type |
| Constructor Summary | |
CharactersEvent()
Default constructor. |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public org.apache.xerces.xni.XMLString text
public boolean ignorable
| Constructor Detail |
public CharactersEvent()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||