INRIA & FluxMedia

fr.fluxmedia.transmorpher.TProcessFactory
Class ContentHandlerInfo

java.lang.Object
  |
  +--fr.fluxmedia.transmorpher.TProcessFactory.ContentHandlerInfo
All Implemented Interfaces:
ContentHandler_Commands

public final class ContentHandlerInfo
extends Object
implements ContentHandler_Commands


Field Summary
(package private)  Attributes iAttributesParameter
          Attributes to store attributes parameter
(package private)  char[] iCharParameter
          The CharArray to store char array paramer
(package private)  int iCommand
          The content handler command
(package private)  int[] iIntParameters
          int array to store int parameter
(package private)  Locator iLocatorParameter
          Locator to store locator parameter
(package private)  String[] iStringParameters
          String array to store String parameter
 
Fields inherited from interface fr.fluxmedia.transmorpher.TProcessFactory.ContentHandler_Commands
CHARACTERS, ContentHandlerInfo2String, END_DOCUMENT, END_ELEMENT, END_PREFIX_MAPPING, IGNORABLE_WHITESPACE, PROCESSING_INSTRUCTION, SET_DOCUMENT_LOCATOR, SKIPPED_ENTITY, START_DOCUMENT, START_ELEMENT, START_PREFIX_MAPPING
 
Constructor Summary
(package private) ContentHandlerInfo(int pCommand)
          One constructor
(package private) ContentHandlerInfo(int pCommand, char[] p1, int p2, int p3)
          One constructor
(package private) ContentHandlerInfo(int pCommand, Locator p1)
          One constructor
(package private) ContentHandlerInfo(int pCommand, String p1)
          One constructor
(package private) ContentHandlerInfo(int pCommand, String p1, String p2)
          One constructor
(package private) ContentHandlerInfo(int pCommand, String p1, String p2, String p3)
          One constructor
(package private) ContentHandlerInfo(int pCommand, String p1, String p2, String p3, Attributes pAtt)
          One constructor
 
Method Summary
 Attributes getAttributes()
          get the attributes
 char[] getCharParameter()
          get the car array parameter
 int getCommand()
          get the command
static int getIntFromStringCommand(String pName)
          get the command from the string name
 int getIntParameter(int i)
          get the Inr parameter
 Locator getLocatorParameter()
          get the locator
 String getStringParameter(int i)
          Get the string parameted
 String toString()
          convert the command to string
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

iStringParameters

String[] iStringParameters
String array to store String parameter

iIntParameters

int[] iIntParameters
int array to store int parameter

iAttributesParameter

Attributes iAttributesParameter
Attributes to store attributes parameter

iLocatorParameter

Locator iLocatorParameter
Locator to store locator parameter

iCharParameter

char[] iCharParameter
The CharArray to store char array paramer

iCommand

int iCommand
The content handler command
Constructor Detail

ContentHandlerInfo

ContentHandlerInfo(int pCommand)
One constructor

ContentHandlerInfo

ContentHandlerInfo(int pCommand,
                   Locator p1)
One constructor

ContentHandlerInfo

ContentHandlerInfo(int pCommand,
                   String p1)
One constructor

ContentHandlerInfo

ContentHandlerInfo(int pCommand,
                   char[] p1,
                   int p2,
                   int p3)
One constructor

ContentHandlerInfo

ContentHandlerInfo(int pCommand,
                   String p1,
                   String p2)
One constructor

ContentHandlerInfo

ContentHandlerInfo(int pCommand,
                   String p1,
                   String p2,
                   String p3)
One constructor

ContentHandlerInfo

ContentHandlerInfo(int pCommand,
                   String p1,
                   String p2,
                   String p3,
                   Attributes pAtt)
One constructor
Method Detail

getStringParameter

public final String getStringParameter(int i)
Get the string parameted

getIntParameter

public final int getIntParameter(int i)
get the Inr parameter

getLocatorParameter

public final Locator getLocatorParameter()
get the locator

getAttributes

public final Attributes getAttributes()
get the attributes

getCommand

public final int getCommand()
get the command

getCharParameter

public final char[] getCharParameter()
get the car array parameter

getIntFromStringCommand

public static final int getIntFromStringCommand(String pName)
get the command from the string name

toString

public final String toString()
convert the command to string
Overrides:
toString in class Object

INRIA & FluxMedia

..no bottom yet...