|
||||||||||
| 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.BoundedEvent
public abstract class BoundedEvent
A bounded event. Any event that has a start and end is "bounded". For example, element events are bounded such that there exists a start-element and and end-element event.
| Field Summary | |
|---|---|
boolean |
start
True if this is the start of the boundary. |
| 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 | |
|---|---|
protected |
BoundedEvent(short type)
Constructs a bounded event of the specified type. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public boolean start
| Constructor Detail |
|---|
protected BoundedEvent(short type)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||