INRIA & FluxMedia

fr.fluxmedia.transmorpher.stdlib
Class Broadcast

java.lang.Object
  extended by fr.fluxmedia.transmorpher.engine.TProcess_Impl
      extended by fr.fluxmedia.transmorpher.engine.TProcessBasic
          extended by fr.fluxmedia.transmorpher.engine.TDispatcher
              extended by fr.fluxmedia.transmorpher.stdlib.Broadcast
All Implemented Interfaces:
TProcess, java.lang.Runnable, org.xml.sax.ContentHandler

public final class Broadcast
extends TDispatcher


Field Summary
 
Fields inherited from class fr.fluxmedia.transmorpher.engine.TDispatcher
contentHandlers
 
Fields inherited from class fr.fluxmedia.transmorpher.engine.TProcessBasic
finished, isThread, param, procThread, type
 
Fields inherited from class fr.fluxmedia.transmorpher.engine.TProcess_Impl
debug, id, iListIn, iListOut, iNbIn, iNbOut, nameFather, nameIn, nameOut
 
Constructor Summary
Broadcast(java.lang.String[] pIn, java.lang.String[] pOut, Parameters pParam)
          the constructor
 
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.engine.TDispatcher
generatePort, setContentHandler
 
Methods inherited from class fr.fluxmedia.transmorpher.engine.TProcessBasic
execProcess, getFinished, getType, initParameters, run, setFinished, setThread, setType
 
Methods inherited from class fr.fluxmedia.transmorpher.engine.TProcess_Impl
bindParameters, getFatherName, getId, getIn, getIn, getIn, getName, getNameIn, getNameIn, getNameOut, getNameOut, getOut, getOut, getOut, getParameter, getParameterNames, getParameters, reset, setDebug, setFatherName, setId, setIn, setName, setOut, setParameter, setParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Broadcast

public Broadcast(java.lang.String[] pIn,
                 java.lang.String[] pOut,
                 Parameters pParam)
the constructor

Method Detail

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

Throws:
org.xml.sax.SAXException

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

Throws:
org.xml.sax.SAXException

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

Throws:
org.xml.sax.SAXException

endDocument

public final void endDocument()
                       throws org.xml.sax.SAXException
the endDocument method of content handler interface

Throws:
org.xml.sax.SAXException

skippedEntity

public final void skippedEntity(java.lang.String name)
                         throws org.xml.sax.SAXException
the skippedEntity method of content handler interface

Throws:
org.xml.sax.SAXException

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

Throws:
org.xml.sax.SAXException

ignorableWhitespace

public final void ignorableWhitespace(char[] ch,
                                      int start,
                                      int length)
                               throws org.xml.sax.SAXException
the ignorableWhitespace method of content handler interface

Throws:
org.xml.sax.SAXException

characters

public final void characters(char[] ch,
                             int start,
                             int length)
                      throws org.xml.sax.SAXException
the characters method of content handler interface

Throws:
org.xml.sax.SAXException

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

Throws:
org.xml.sax.SAXException

endPrefixMapping

public final void endPrefixMapping(java.lang.String prefix)
                            throws org.xml.sax.SAXException
the endPrefixMapping method of content handler interface

Throws:
org.xml.sax.SAXException

INRIA & FluxMedia

..no bottom yet...