|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Abstract class to be implemented by all xml nodes (ProcessingInstruction, TextEvent, StartTag, EndTag...).
The package name for this class and all predefined events may change.
| Field Summary | |
static int |
CHARACTERS
Integer constant assigned to CharactersEvent |
static int |
COMMENT
Integer constant assigned to comments |
static int |
END_DOCUMENT
Integer constant returned by PullParser.peekType if no more events available |
static int |
END_TAG
Integer constant assigned to EndTag |
static int |
IGNORABLE_WHITESPACE
Integer constant assigned to IgnorableWhitespaceEvent |
static int |
PROCESSING_INSTRUCTION
Integer constant assigned to ProcessingInstructionEvent |
static int |
START_TAG
Integer constant assigned to StartElementEvent |
| Method Summary | |
int |
getType()
returns the integer constant assigned for a particular subclass of DocumentEvent |
| Field Detail |
public static final int CHARACTERS
public static final int COMMENT
public static final int END_DOCUMENT
public static final int END_TAG
public static final int IGNORABLE_WHITESPACE
public static final int PROCESSING_INSTRUCTION
public static final int START_TAG
| Method Detail |
public int getType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||