Uses of Interface
org.exolab.castor.xml.SAX2EventAndErrorProducer

Packages that use SAX2EventAndErrorProducer
org.exolab.castor.xml The XML Marshaller API Version: $Revision: 6213 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $ Author: Keith Visco Marshaller marshalls a Java object into an XML document. 
 

Uses of SAX2EventAndErrorProducer in org.exolab.castor.xml
 

Classes in org.exolab.castor.xml that implement SAX2EventAndErrorProducer
 class BaseSax2EventFromStaxProducer
          This provides shared code for Sax2EventFromStaxEventProducer and Sax2EventFromStaxStreamProducer.
 class Sax2EventFromStaxEventProducer
           
 class Sax2EventFromStaxStreamProducer
           
 

Methods in org.exolab.castor.xml that return SAX2EventAndErrorProducer
static SAX2EventAndErrorProducer BaseSax2EventFromStaxProducer.createSax2EventFromStax(javax.xml.stream.XMLEventReader eventReader)
           
static SAX2EventAndErrorProducer BaseSax2EventFromStaxProducer.createSax2EventFromStax(javax.xml.stream.XMLStreamReader streamReader)
           
 

Methods in org.exolab.castor.xml with parameters of type SAX2EventAndErrorProducer
 Object Unmarshaller.unmarshal(SAX2EventAndErrorProducer eventProducer)
          Unmarshals objects of this Unmarshaller's class type.
 



Copyright © 2011. All Rights Reserved.