Uses of Class
edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl.runtime.MarshallerImpl

Packages that use MarshallerImpl
edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl.runtime   
 

Uses of MarshallerImpl in edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl.runtime
 

Fields in edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl.runtime declared as MarshallerImpl
private  MarshallerImpl SAXMarshaller.owner
          Marshaller object to which this object belongs.
 

Constructors in edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl.runtime with parameters of type MarshallerImpl
SAXMarshaller(org.xml.sax.ContentHandler _writer, com.sun.xml.bind.marshaller.NamespacePrefixMapper prefixMapper, MarshallerImpl _owner)
          Creates a marshalling context by designating the ContentHandler that receives generated SAX2 events.