| |
|
| java.lang.Object javax.xml.bind.annotation.W3CDomHandler
Constructor Summary | |
public | W3CDomHandler() Default constructor. | public | W3CDomHandler(DocumentBuilder builder) Constructor that allows applications to specify which DOM implementation
to be used.
Parameters: builder - must not be null. |
W3CDomHandler | public W3CDomHandler()(Code) | | Default constructor.
It is up to a JAXB provider to decide which DOM implementation
to use or how that is configured.
|
W3CDomHandler | public W3CDomHandler(DocumentBuilder builder)(Code) | | Constructor that allows applications to specify which DOM implementation
to be used.
Parameters: builder - must not be null. JAXB uses this DocumentBuilder to createa new element. |
|
|
|