|
INRIA & FluxMedia | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines a set of usefull constant for Content handler
Field Summary | |
static int |
CHARACTERS
For the CHARACTERS command |
static String[] |
ContentHandlerInfo2String
For convert the constant into string |
static int |
END_DOCUMENT
For the END_DOCUMENT command |
static int |
END_ELEMENT
For the END_ELEMENT command |
static int |
END_PREFIX_MAPPING
For the END_PREFIX_MAPPING command |
static int |
IGNORABLE_WHITESPACE
For the IGNORABLE_WHITESPACE command |
static int |
PROCESSING_INSTRUCTION
For the PROCESSING_INSTRUCTION command |
static int |
SET_DOCUMENT_LOCATOR
For the SET_DOCUMENT_LOCATOR command |
static int |
SKIPPED_ENTITY
For the SKIPPED_ENTITY command |
static int |
START_DOCUMENT
For the START_DOCUMENT command |
static int |
START_ELEMENT
For the START_ELEMENT command |
static int |
START_PREFIX_MAPPING
For the START_PREFIX_MAPPING command |
Field Detail |
public static final int START_ELEMENT
public static final int END_ELEMENT
public static final int START_DOCUMENT
public static final int END_DOCUMENT
public static final int SET_DOCUMENT_LOCATOR
public static final int SKIPPED_ENTITY
public static final int IGNORABLE_WHITESPACE
public static final int PROCESSING_INSTRUCTION
public static final int CHARACTERS
public static final int START_PREFIX_MAPPING
public static final int END_PREFIX_MAPPING
public static final String[] ContentHandlerInfo2String
|
INRIA & FluxMedia | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |