API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.bind.util. JAXBSource View Source
Author(s)
Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
Since
Version
Serial
Hierarchy
 Object
      SAXSource
          JAXBSource
Implements
Subclasses
Description
public class JAXBSource
  JAXP Source implementation that marshals a JAXB-generated object.
See also:   
Constructors
public JAXBSource (JAXBContext context, Object contentObject) throws JAXBException
  Creates a new Source for the given content object.
public JAXBSource (Marshaller marshaller, Object contentObject) throws JAXBException
  Creates a new Source for the given content object.
Methods
Hide/Show inherited methods
public InputSource getInputSource () [Inherited From SAXSource]
  Get the SAX InputSource to be used for the Source.
public String getSystemId () [Inherited From SAXSource]
  Get the base ID (URI or system ID) from where URIs will be resolved.
public XMLReader getXMLReader () [Inherited From SAXSource]
  Get the XMLReader to be used for the Source.
public void setInputSource (InputSource inputSource) [Inherited From SAXSource]
  Set the SAX InputSource to be used for the Source.
public void setSystemId (String systemId) [Inherited From SAXSource]
  Set the system identifier for this Source.
public void setXMLReader (XMLReader reader) [Inherited From SAXSource]
  Set the XMLReader to be used for the Source.
publicstatic InputSource sourceToInputSource (Source source) [Inherited From SAXSource]
  Attempt to obtain a SAX InputSource object from a Source object.
Fields
Hide/Show inherited fields
publicfinalstatic String FEATURE = "http://javax.xml.transform.sax.SAXSource/feature" [Inherited From SAXSource]
If TransformerFactory.getFeature(java.lang.String) returns true when passed this value as an argument, the Transformer supports Source input of this type.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar