Uses of Interface
org.jasig.portal.IAnchoringSerializer

Packages that use IAnchoringSerializer
org.jasig.portal.serialize   
 

Uses of IAnchoringSerializer in org.jasig.portal.serialize
 

Subinterfaces of IAnchoringSerializer in org.jasig.portal.serialize
 interface CachingSerializer
          CachingSerializer interface allows low-level character interaction with a serializer.
 interface MarkupSerializer
           
 

Classes in org.jasig.portal.serialize that implement IAnchoringSerializer
 class BaseMarkupSerializer
          Base class for a serializer supporting both DOM and SAX pretty serializing of XML/HTML/XHTML documents.
 class CachingHTMLSerializer
          Caching version of the HTML serializer
 class CachingXHTMLSerializer
          Caching version of the XHTML serializer
 class DebugCachingSerializer
           
 class HTMLSerializer
          Deprecated. This class was deprecated in Xerces 2.6.2. It is recommended that new applications use JAXP's Transformation API for XML (TrAX) for serializing HTML. See the Xerces documentation for more information.
 class TextSerializer
          Implements a text serializer supporting both DOM and SAX serializing.
 class XHTMLSerializer
          Deprecated. This class was deprecated in Xerces 2.6.2. It is recommended that new applications use JAXP's Transformation API for XML (TrAX) for serializing XHTML. See the Xerces documentation for more information.
 class XMLSerializer
          Implements an XML serializer supporting both DOM and SAX pretty serializing.
 



Copyright © 2010 Jasig. All Rights Reserved.