API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.bind.annotation. W3CDomHandler View Source
Author(s)
Kohsuke Kawaguchi
Since
JAXB2.0
Version
Serial
Hierarchy
 Object
      W3CDomHandler
Implements
 DomHandler
Subclasses
Description
public class W3CDomHandler
  DomHandler implementation for W3C DOM (org.w3c.dom package.)
See also:   
Constructors
public W3CDomHandler ()
  Default constructor.
public W3CDomHandler (DocumentBuilder builder)
  Constructor that allows applications to specify which DOM implementation to be used.
Methods
Hide/Show inherited methods
public DOMResult createUnmarshaller (ValidationEventHandler errorHandler) [Specified in DomHandler]
public DocumentBuilder getBuilder ()
public Element getElement (DOMResult r)
public Source marshal (Element element, ValidationEventHandler errorHandler)
public void setBuilder (DocumentBuilder builder)
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar