|
INRIA & FluxMedia | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fr.fluxmedia.transmorpher.TProcessFactory.XML_Port
Field Summary | |
static int |
CONNECTOR_IN
Constant for CONNECTOR_IN |
static int |
CONNECTOR_OUT
Constant for CONNECTOR_OUT |
static int |
CONTENT_DISPATCHER_IN
Constant for CONTENT_DISPATCHER_IN |
static int |
CONTENT_DISPATCHER_OUT
Constant for CONTENT_DISPATCHER_OUT |
static int |
CONTENT_HANDLER_IN
Constant for CONTENT_HANDLER_IN |
static int |
CONTENT_HANDLER_OUT
Constant for CONTENT_HANDLER_OUT |
static int |
EMPTY
Constant for NOT AFFECTED PORT |
(package private) String |
iCompositeName
The name of the port in his father, available only for composite element |
(package private) Object |
iContent
The content flow of the port |
(package private) String |
iDTDName
the dtd of the port |
(package private) String |
iEncodingType
The encoding type of the flow |
(package private) int |
iInOut
the Type of the port : IN or OUT |
static int |
IN
constant for IN XML_PORT |
(package private) String |
iName
The name of the port |
static String[] |
InOut
constant for print IN && OUT XML_PORT |
(package private) int |
iNumPort
The port number |
(package private) TProcess |
iProcessOwner
The XML TProcess Owner |
(package private) int |
iTypePort
The Type of the owner |
static int |
OUT
constant for OUT XML_PORT |
static String[] |
PortType
Constant for printing PortType |
static int |
SERIALIZER
Constant for XML SERIALIZER |
static int |
TRANSFORMER_HANDLER_IN
Constant for TRANSFORMER_HANDLER_IN |
static int |
TRANSFORMER_HANDLER_OUT
Constant for TRANSFORMER_HANDLER_OUT |
static int |
XML_READER
Constant for XML READER |
Constructor Summary | |
XML_Port(String pName,
TProcess pProcessOwner,
ContentHandler pContentHandler,
int pNumPort,
int pInOut)
One constructor |
|
XML_Port(String pName,
TProcess pProcessOwner,
int pNumPort,
int pInOut)
One constructor |
|
XML_Port(String pName,
TProcess pProcessOwner,
TConnector pContentHandler,
int pNumPort,
int pInOut)
One constructor |
|
XML_Port(String pName,
TProcess pProcessOwner,
TDispatcher pTDispatcher,
int pNumPort,
int pInOut)
One constructor |
|
XML_Port(String pName,
TProcess pProcessOwner,
TLoopStack1 pContentHandler,
int pNumPort,
int pInOut)
One constructor |
|
XML_Port(String pName,
TProcess pProcessOwner,
TransformerHandler pTransformerHandler,
int pNumPort,
int pInOut)
One constructor |
|
XML_Port(String pName,
TProcess pProcessOwner,
XMLReader pXMLReader,
int pNumPort,
int pInOut)
One constructor |
Method Summary | |
String |
getCompositeName()
Get the composite name of the port |
Object |
getContent()
get the content |
String |
getDTD()
get the dtd of the port |
String |
getEncoding()
get the encoding type of the flow |
int |
getInOut()
Get the IN/ OUT type of the port |
String |
getName()
Get the name of the port |
int |
getNumPort()
Get the port number |
TProcess |
getOwner()
Get the owner of the port |
int |
getType()
Get the owner type |
static void |
link(XML_Port p1,
XML_Port p2)
Link to port |
void |
setCompositeName(String pCompositeName)
Set the composite name of the port |
void |
setDTD(String pDTDName)
set the dtd of the port |
void |
setEncoding(String pEncoding)
Set the encoding type of the flow |
void |
setName(String pName)
Set the composite name of the port |
String |
toString()
fonction to pring Port information |
Methods inherited from class java.lang.Object |
|
Field Detail |
String iName
String iCompositeName
public static final int IN
public static final int OUT
public static final String[] InOut
public static final int XML_READER
public static final int EMPTY
public static final int SERIALIZER
public static final int TRANSFORMER_HANDLER_IN
public static final int TRANSFORMER_HANDLER_OUT
public static final int CONTENT_DISPATCHER_IN
public static final int CONTENT_DISPATCHER_OUT
public static final int CONTENT_HANDLER_IN
public static final int CONTENT_HANDLER_OUT
public static final int CONNECTOR_IN
public static final int CONNECTOR_OUT
public static final String[] PortType
TProcess iProcessOwner
int iNumPort
int iInOut
int iTypePort
String iEncodingType
String iDTDName
Object iContent
Constructor Detail |
public XML_Port(String pName, TProcess pProcessOwner, int pNumPort, int pInOut)
public XML_Port(String pName, TProcess pProcessOwner, XMLReader pXMLReader, int pNumPort, int pInOut)
public XML_Port(String pName, TProcess pProcessOwner, TDispatcher pTDispatcher, int pNumPort, int pInOut)
public XML_Port(String pName, TProcess pProcessOwner, ContentHandler pContentHandler, int pNumPort, int pInOut)
public XML_Port(String pName, TProcess pProcessOwner, TConnector pContentHandler, int pNumPort, int pInOut)
public XML_Port(String pName, TProcess pProcessOwner, TLoopStack1 pContentHandler, int pNumPort, int pInOut)
public XML_Port(String pName, TProcess pProcessOwner, TransformerHandler pTransformerHandler, int pNumPort, int pInOut)
Method Detail |
public final String getName()
public final String getCompositeName()
public final void setCompositeName(String pCompositeName)
public final void setName(String pName)
public final TProcess getOwner()
public final int getInOut()
public final int getType()
public final int getNumPort()
public final Object getContent()
public final void setEncoding(String pEncoding)
public final String getEncoding()
public final void setDTD(String pDTDName)
public final String getDTD()
public static final void link(XML_Port p1, XML_Port p2) throws SAXException
public String toString()
toString
in class Object
|
INRIA & FluxMedia | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |