|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.cyberneko.pull.XMLEvent
The base XML event class. For a complete list of available events,
refer to the org.cyberneko.pull.event package.
| Field Summary | |
org.apache.xerces.xni.Augmentations |
augs
Event augmentations. |
static short |
CDATA
Event type: CDATA section. |
static short |
CHARACTERS
Event type: character content. |
static short |
COMMENT
Event type: comment. |
static short |
DOCTYPE_DECL
Event type: DOCTYPE declaration. |
static short |
DOCUMENT
Event type: document. |
static short |
ELEMENT
Event type: element. |
static short |
GENERAL_ENTITY
Event type: general entity. |
XMLEvent |
next
Next event, if used in an event chain. |
static short |
PREFIX_MAPPING
Event type: prefix mapping. |
static short |
PROCESSING_INSTRUCTION
Event type: processing instruction. |
static short |
TEXT_DECL
Event type: text declaration. |
short |
type
Event type. |
| Constructor Summary | |
XMLEvent(short type)
Constructs an XML event with the specified type. |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final short DOCUMENT
public static final short ELEMENT
public static final short CHARACTERS
public static final short PREFIX_MAPPING
public static final short GENERAL_ENTITY
public static final short COMMENT
public static final short PROCESSING_INSTRUCTION
public static final short CDATA
public static final short TEXT_DECL
public static final short DOCTYPE_DECL
public final short type
public org.apache.xerces.xni.Augmentations augs
public XMLEvent next
| Constructor Detail |
public XMLEvent(short type)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||