fr.fluxmedia.transmorpher.stdlib
Class TestingDispatcher
java.lang.Object
|
+--fr.fluxmedia.transmorpher.TProcessFactory.TProcess_Impl
|
+--fr.fluxmedia.transmorpher.TProcessFactory.TProcessBasic
|
+--fr.fluxmedia.transmorpher.TProcessFactory.TDispatcher
|
+--fr.fluxmedia.transmorpher.stdlib.TestingDispatcher
- All Implemented Interfaces:
- org.xml.sax.ContentHandler, TProcess
- public final class TestingDispatcher
- extends TDispatcher
Field Summary |
(package private) java.lang.String |
test
|
(package private) boolean |
then
|
(package private) java.lang.String |
value
|
Fields inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TProcessBasic |
type |
Method Summary |
void |
characters(char[] ch,
int start,
int length)
the characters method of content handler interface |
void |
endDocument()
the endDocument method of content handler interface |
void |
endElement(java.lang.String ns,
java.lang.String localName,
java.lang.String name)
the endElement method of content handler interface |
void |
endPrefixMapping(java.lang.String prefix)
the endPrefixMapping method of content handler interface |
void |
ignorableWhitespace(char[] ch,
int start,
int length)
the ignorableWhitespace method of content handler interface |
void |
processingInstruction(java.lang.String target,
java.lang.String data)
the processingInstruction method of content handler interface |
void |
setDocumentLocator(org.xml.sax.Locator locator)
the setDocumentLocator method of content handler interface |
void |
skippedEntity(java.lang.String name)
the skippedEntity method of content handler interface |
void |
startDocument()
the startDocument method of content handler interface |
void |
startElement(java.lang.String ns,
java.lang.String localName,
java.lang.String name,
org.xml.sax.Attributes atts)
the start element method of content handler interface |
void |
startPrefixMapping(java.lang.String prefix,
java.lang.String uri)
the startPrefixMapping method of content handler interface |
Methods inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TProcess_Impl |
bindParameters, getFatherName, getId, getIn, getIn, getIn, getName, getNameIn, getNameIn, getNameOut, getNameOut, getOut, getOut, getOut, getParameter, getParameterNames, getParameters, reset, setFatherName, setId, setIn, setName, setOut, setParameter, setParameters |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
test
java.lang.String test
value
java.lang.String value
then
boolean then
TestingDispatcher
public TestingDispatcher(java.lang.String[] pIn,
java.lang.String[] pOut,
Parameters pParam)
- the constructor
startElement
public final void startElement(java.lang.String ns,
java.lang.String localName,
java.lang.String name,
org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
- the start element method of content handler interface
endElement
public final void endElement(java.lang.String ns,
java.lang.String localName,
java.lang.String name)
throws org.xml.sax.SAXException
- the endElement method of content handler interface
setDocumentLocator
public final void setDocumentLocator(org.xml.sax.Locator locator)
- the setDocumentLocator method of content handler interface
startDocument
public final void startDocument()
throws org.xml.sax.SAXException
- the startDocument method of content handler interface
endDocument
public final void endDocument()
throws org.xml.sax.SAXException
- the endDocument method of content handler interface
skippedEntity
public final void skippedEntity(java.lang.String name)
throws org.xml.sax.SAXException
- the skippedEntity method of content handler interface
processingInstruction
public final void processingInstruction(java.lang.String target,
java.lang.String data)
throws org.xml.sax.SAXException
- the processingInstruction method of content handler interface
ignorableWhitespace
public final void ignorableWhitespace(char[] ch,
int start,
int length)
throws org.xml.sax.SAXException
- the ignorableWhitespace method of content handler interface
characters
public final void characters(char[] ch,
int start,
int length)
throws org.xml.sax.SAXException
- the characters method of content handler interface
startPrefixMapping
public final void startPrefixMapping(java.lang.String prefix,
java.lang.String uri)
throws org.xml.sax.SAXException
- the startPrefixMapping method of content handler interface
endPrefixMapping
public final void endPrefixMapping(java.lang.String prefix)
throws org.xml.sax.SAXException
- the endPrefixMapping method of content handler interface
..no bottom yet...