API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.bind.util. JAXBResult View Source
Author(s)
Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
Since
Version
Serial
Hierarchy
 Object
      SAXResult
          JAXBResult
Implements
Subclasses
Description
public class JAXBResult
  JAXP Result implementation that unmarshals a JAXB object.
See also:   
Constructors
public JAXBResult (JAXBContext context) throws JAXBException
  Creates a new instance that uses the specified JAXBContext to unmarshal.
public JAXBResult (Unmarshaller _unmarshaller) throws JAXBException
  Creates a new instance that uses the specified Unmarshaller to unmarshal an object.
Methods
Hide/Show inherited methods
public ContentHandler getHandler () [Inherited From SAXResult]
  Get the ContentHandler that is the Result.
public LexicalHandler getLexicalHandler () [Inherited From SAXResult]
  Get a SAX2 LexicalHandler for the output.
public Object getResult () throws JAXBException
  Gets the unmarshalled object created by the transformation.
public String getSystemId () [Inherited From SAXResult]
  Get the system identifier that was set with setSystemId.
public void setHandler (ContentHandler handler) [Inherited From SAXResult]
  Set the target to be a SAX2 ContentHandler.
public void setLexicalHandler (LexicalHandler handler) [Inherited From SAXResult]
  Set the SAX2 LexicalHandler for the output.
public void setSystemId (String systemId) [Inherited From SAXResult]
  Method setSystemId Set the systemID that may be used in association with the ContentHandler.
Fields
Hide/Show inherited fields
publicfinalstatic String FEATURE = "http://javax.xml.transform.sax.SAXResult/feature" [Inherited From SAXResult]
If TransformerFactory.getFeature(java.lang.String) returns true when passed this value as an argument, the Transformer supports Result output of this type.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar