INRIA & FluxMedia

fr.fluxmedia.transmorpher.TProcessFactory
Interface ContentHandler_Commands

All Known Implementing Classes:
ContentHandlerInfo, LoopStackMixer, OneMixer

public interface ContentHandler_Commands

This interface defines a set of usefull constant for Content handler

Since:
jdk 1.2 / SAX 2.0

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

START_ELEMENT

public static final int START_ELEMENT
For the START_ELEMENT command

END_ELEMENT

public static final int END_ELEMENT
For the END_ELEMENT command

START_DOCUMENT

public static final int START_DOCUMENT
For the START_DOCUMENT command

END_DOCUMENT

public static final int END_DOCUMENT
For the END_DOCUMENT command

SET_DOCUMENT_LOCATOR

public static final int SET_DOCUMENT_LOCATOR
For the SET_DOCUMENT_LOCATOR command

SKIPPED_ENTITY

public static final int SKIPPED_ENTITY
For the SKIPPED_ENTITY command

IGNORABLE_WHITESPACE

public static final int IGNORABLE_WHITESPACE
For the IGNORABLE_WHITESPACE command

PROCESSING_INSTRUCTION

public static final int PROCESSING_INSTRUCTION
For the PROCESSING_INSTRUCTION command

CHARACTERS

public static final int CHARACTERS
For the CHARACTERS command

START_PREFIX_MAPPING

public static final int START_PREFIX_MAPPING
For the START_PREFIX_MAPPING command

END_PREFIX_MAPPING

public static final int END_PREFIX_MAPPING
For the END_PREFIX_MAPPING command

ContentHandlerInfo2String

public static final String[] ContentHandlerInfo2String
For convert the constant into string

INRIA & FluxMedia

...