Uses of Class
net.sf.jaxme.impl.JMMarshallerImpl

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

Uses of JMMarshallerImpl in net.sf.jaxme
 

Methods in net.sf.jaxme with parameters of type JMMarshallerImpl
 void XMLWriter.init(JMMarshallerImpl pMarshaller)
          Initializes the XMLWriter by setting the Marshaller which created it.
 

Uses of JMMarshallerImpl in net.sf.jaxme.impl
 

Methods in net.sf.jaxme.impl that return JMMarshallerImpl
 JMMarshallerImpl XMLWriterImpl.getMarshaller()
          Returns the JaxbXMLSerializers Marshaller.
 

Methods in net.sf.jaxme.impl with parameters of type JMMarshallerImpl
 void XMLWriterImpl.init(JMMarshallerImpl pMarshaller)
          Sets the JaxbXMLSerializers Marshaller.
 void CharSetXMLWriter.init(JMMarshallerImpl pController)