API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.bind.annotation. DomHandler View Source
Author(s)
Kohsuke Kawaguchi
Since
JAXB2.0
Version
Serial
Hierarchy
 DomHandler
Subinterfaces
Description
public interface DomHandler
  Converts an element (and its descendants) from/to DOM (or similar) representation.
See also:   
Methods
Hide/Show inherited methods
public ResultT createUnmarshaller (ValidationEventHandler errorHandler)
  When a JAXB provider needs to unmarshal a part of a document into an infoset representation, it first calls this method to create a Result object.
public ElementT getElement ( ResultT rt)
  Once the portion is sent to the Result.
public Source marshal ( ElementT n, ValidationEventHandler errorHandler)
  This method is called when a JAXB provider needs to marshal an element to XML.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar