|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--org.apache.avalon.framework.logger.AbstractLoggable
|
+--org.apache.cocoon.xml.AbstractXMLProducer
|
+--org.apache.cocoon.components.sax.XMLByteStreamInterpreter
This a simple xml compiler which takes a byte array as input.
| Fields inherited from class org.apache.cocoon.xml.AbstractXMLProducer |
contentHandler, lexicalHandler, xmlConsumer |
| Fields inherited from interface org.apache.cocoon.components.sax.XMLDeserializer |
ROLE |
| Constructor Summary | |
XMLByteStreamInterpreter()
|
|
| Method Summary | |
void |
deserialize(java.lang.Object saxFragment)
Deserialize the xml data and stream it. |
protected int |
readEvent()
|
void |
recycle()
Recycle the producer by removing references |
| Methods inherited from class org.apache.cocoon.xml.AbstractXMLProducer |
setConsumer, setContentHandler, setLexicalHandler |
| Methods inherited from class org.apache.avalon.framework.logger.AbstractLoggable |
getLogger, setLogger, setupLogger, setupLogger, setupLogger |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.cocoon.xml.XMLProducer |
setConsumer |
| Constructor Detail |
public XMLByteStreamInterpreter()
| Method Detail |
public void recycle()
AbstractXMLProducerrecycle in interface org.apache.avalon.excalibur.pool.Recyclablerecycle in class AbstractXMLProducer
public void deserialize(java.lang.Object saxFragment)
throws org.xml.sax.SAXException
XMLDeserializerdeserialize in interface XMLDeserializerorg.apache.cocoon.components.sax.XMLDeserializersaxFragment - The xml data.
protected int readEvent()
throws org.xml.sax.SAXException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||