Uses of Interface
net.sf.jaxme.JMMarshaller

Packages that use JMMarshaller
net.sf.jaxme   
net.sf.jaxme.impl   
 

Uses of JMMarshaller in net.sf.jaxme
 

Methods in net.sf.jaxme that return JMMarshaller
 JMMarshaller JMXmlSerializer.Data.getJMMarshaller()
          Returns the Marshaller controlling the marshalling process.
 

Methods in net.sf.jaxme with parameters of type JMMarshaller
 JMXmlSerializer.Data JMXmlSerializer.getData(JMMarshaller pMarshaller, ContentHandler pHandler)
          Initializes the marshalling stage by creating an instance of JMXmlSerializerData.
 

Uses of JMMarshaller in net.sf.jaxme.impl
 

Classes in net.sf.jaxme.impl that implement JMMarshaller
 class JMMarshallerImpl
           
 

Methods in net.sf.jaxme.impl that return JMMarshaller
 JMMarshaller JMXmlSerializerImpl.Data.getJMMarshaller()
           
 JMMarshaller JAXBContextImpl.getJMMarshaller()
          Returns a new JMMarshaller.
 

Methods in net.sf.jaxme.impl with parameters of type JMMarshaller
 JMXmlSerializer.Data JMXmlSerializerImpl.getData(JMMarshaller pMarshaller, ContentHandler pHandler)
           
 

Constructors in net.sf.jaxme.impl with parameters of type JMMarshaller
JMXmlSerializerImpl.Data(JMMarshaller pMarshaller, ContentHandler pHandler)