org.jasig.portal.serialize
Interface MarkupSerializer

All Superinterfaces:
ContentHandler, DeclHandler, DocumentHandler, DOMSerializer, DTDHandler, IAnchoringSerializer, LexicalHandler, Serializer
All Known Subinterfaces:
CachingSerializer
All Known Implementing Classes:
BaseMarkupSerializer, CachingHTMLSerializer, CachingXHTMLSerializer, DebugCachingSerializer, HTMLSerializer, TextSerializer, XHTMLSerializer, XMLSerializer

public interface MarkupSerializer
extends ContentHandler, DocumentHandler, LexicalHandler, DTDHandler, DeclHandler, DOMSerializer, Serializer, IAnchoringSerializer


Method Summary
 void flush()
           
 
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.DocumentHandler
characters, endDocument, endElement, ignorableWhitespace, processingInstruction, setDocumentLocator, startDocument, startElement
 
Methods inherited from interface org.xml.sax.ext.LexicalHandler
comment, endCDATA, endDTD, endEntity, startCDATA, startDTD, startEntity
 
Methods inherited from interface org.xml.sax.DTDHandler
notationDecl, unparsedEntityDecl
 
Methods inherited from interface org.xml.sax.ext.DeclHandler
attributeDecl, elementDecl, externalEntityDecl, internalEntityDecl
 
Methods inherited from interface org.jasig.portal.serialize.DOMSerializer
serialize, serialize, serialize
 
Methods inherited from interface org.jasig.portal.serialize.Serializer
asContentHandler, asDocumentHandler, asDOMSerializer, setOutputByteStream, setOutputCharStream, setOutputFormat
 
Methods inherited from interface org.jasig.portal.IAnchoringSerializer
startAnchoring, stopAnchoring
 

Method Detail

flush

void flush()
           throws IOException
Throws:
IOException


Copyright © 2010 Jasig. All Rights Reserved.