Uses of Interface
org.milyn.delivery.sax.SAXVisitor

Packages that use SAXVisitor
org.milyn.db   
org.milyn.delivery.dom.serialize Serialisation Unit Definitions. 
org.milyn.delivery.sax SAX based Content Delivery. 
org.milyn.io   
 

Uses of SAXVisitor in org.milyn.db
 

Classes in org.milyn.db that implement SAXVisitor
 class AbstractDataSource
          DataSource management resource.
 class DirectDataSource
          Direct DataSource.
 class JndiDataSource
          Jndi based DataSource.
 

Uses of SAXVisitor in org.milyn.delivery.dom.serialize
 

Classes in org.milyn.delivery.dom.serialize that implement SAXVisitor
 class ContextObjectSerializationUnit
          ExecutionContext object serializer.
 class GhostElementSerializationUnit
          Ghost element serialization unit.
 

Uses of SAXVisitor in org.milyn.delivery.sax
 

Subinterfaces of SAXVisitor in org.milyn.delivery.sax
 interface SAXElementVisitor
          SAX Element Visitor.
 interface SAXVisitAfter
          SAX Visit after events.
 interface SAXVisitBefore
          SAX Visit before events.
 interface SAXVisitChildren
          SAX Visit children events.
 

Classes in org.milyn.delivery.sax that implement SAXVisitor
 class DefaultSAXElementSerializer
          Default Serializer for SAX Filtering.
 

Methods in org.milyn.delivery.sax with parameters of type SAXVisitor
 Writer SAXElement.getWriter(SAXVisitor visitor)
          Get the writer to which this element should be writen to.
 void SAXElement.setWriter(Writer writer, SAXVisitor visitor)
          Set the writer to which this element should be writen to.
 void DefaultSAXElementSerializer.setWriterOwner(SAXVisitor writerOwner)
           
 

Uses of SAXVisitor in org.milyn.io
 

Classes in org.milyn.io that implement SAXVisitor
 class AbstractOutputStreamResource
          AbstractOuputStreamResource is the base class for handling output stream resources in Smooks.
 



Copyright © 2008. All Rights Reserved.