|
||||||||
| 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.xml.AbstractXMLPipe
|
+--org.apache.cocoon.serialization.AbstractSerializer
|
+--org.apache.cocoon.serialization.AbstractTextSerializer
|
+--org.apache.cocoon.serialization.TextSerializer
| Inner classes inherited from class org.apache.cocoon.serialization.AbstractTextSerializer |
AbstractTextSerializer.NamespaceAsAttributes |
| Fields inherited from class org.apache.cocoon.serialization.AbstractTextSerializer |
format |
| Fields inherited from class org.apache.cocoon.serialization.AbstractSerializer |
output |
| Fields inherited from class org.apache.cocoon.xml.AbstractXMLProducer |
contentHandler, lexicalHandler, xmlConsumer |
| Fields inherited from interface org.apache.cocoon.serialization.Serializer |
ROLE |
| Constructor Summary | |
TextSerializer()
|
|
| Method Summary | |
void |
configure(org.apache.avalon.framework.configuration.Configuration conf)
Set the configurations for this serializer. |
void |
recycle()
Recyce the serializer. |
void |
setOutputStream(java.io.OutputStream out)
Set the OutputStream where the XML should be serialized. |
| Methods inherited from class org.apache.cocoon.serialization.AbstractTextSerializer |
generateKey, generateValidity, getTransformerFactory, needsNamespacesAsAttributes, setConsumer, setContentHandler, setLexicalHandler |
| Methods inherited from class org.apache.cocoon.serialization.AbstractSerializer |
getMimeType, shouldSetContentLength |
| Methods inherited from class org.apache.cocoon.xml.AbstractXMLPipe |
characters, comment, endCDATA, endDocument, endDTD, endElement, endEntity, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startCDATA, startDocument, startDTD, startElement, startEntity, startPrefixMapping |
| 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.xml.sax.ContentHandler |
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping |
| Methods inherited from interface org.xml.sax.ext.LexicalHandler |
comment, endCDATA, endDTD, endEntity, startCDATA, startDTD, startEntity |
| Constructor Detail |
public TextSerializer()
| Method Detail |
public void configure(org.apache.avalon.framework.configuration.Configuration conf)
throws org.apache.avalon.framework.configuration.ConfigurationException
configure in class AbstractTextSerializerpublic void setOutputStream(java.io.OutputStream out)
AbstractTextSerializerOutputStream where the XML should be serialized.setOutputStream in class AbstractTextSerializerpublic void recycle()
recycle in class AbstractTextSerializer
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||