- java.lang.Object
-
- javax.xml.bind.annotation.W3CDomHandler
-
- All Implemented Interfaces:
- DomHandler<Element,DOMResult>
public class W3CDomHandler extends Object implements DomHandler<Element,DOMResult>
DomHandler
implementation for W3C DOM (org.w3c.dom
package.)- Since:
- JAXB2.0
-
-
Constructor Summary
Constructors Constructor and Description W3CDomHandler()
Default constructor.W3CDomHandler(DocumentBuilder builder)
Constructor that allows applications to specify which DOM implementation to be used.
-
Method Summary
Methods Modifier and Type Method and Description DOMResult
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 aResult
object.DocumentBuilder
getBuilder()
Element
getElement(DOMResult r)
Once the portion is sent to theResult
.Source
marshal(Element element, ValidationEventHandler errorHandler)
This method is called when a JAXB provider needs to marshal an element to XML.void
setBuilder(DocumentBuilder builder)
-
-
-
Constructor Detail
-
W3CDomHandler
public W3CDomHandler()
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)
Constructor that allows applications to specify which DOM implementation to be used.- Parameters:
builder
- must not be null. JAXB uses thisDocumentBuilder
to create a new element.
-
-
Method Detail
-
getBuilder
public DocumentBuilder getBuilder()
-
setBuilder
public void setBuilder(DocumentBuilder builder)
-
createUnmarshaller
public DOMResult createUnmarshaller(ValidationEventHandler errorHandler)
Description copied from interface:DomHandler
When a JAXB provider needs to unmarshal a part of a document into an infoset representation, it first calls this method to create aResult
object.A JAXB provider will then send a portion of the XML into the given result. Such a portion always form a subtree of the whole XML document rooted at an element.
- Specified by:
createUnmarshaller
in interfaceDomHandler<Element,DOMResult>
- Parameters:
errorHandler
- if any error happens between the invocation of this method and the invocation ofDomHandler.getElement(Result)
, they must be reported to this handler. The caller must provide a non-null error handler. TheResult
object created from this method may hold a reference to this error handler.- Returns:
- null if the operation fails. The error must have been reported to the error handler.
-
getElement
public Element getElement(DOMResult r)
Description copied from interface:DomHandler
Once the portion is sent to theResult
. This method is called by a JAXB provider to obtain the unmarshalled element representation.Multiple invocations of this method may return different objects. This method can be invoked only when the whole sub-tree are fed to the
Result
object.- Specified by:
getElement
in interfaceDomHandler<Element,DOMResult>
- Parameters:
r
- TheResult
object created byDomHandler.createUnmarshaller(ValidationEventHandler)
.- Returns:
- null if the operation fails. The error must have been reported to the error handler.
-
marshal
public Source marshal(Element element, ValidationEventHandler errorHandler)
Description copied from interface:DomHandler
This method is called when a JAXB provider needs to marshal an element to XML.If non-null, the returned
Source
must contain a whole document rooted at one element, which will then be weaved into a bigger document that the JAXB provider is marshalling.- Specified by:
marshal
in interfaceDomHandler<Element,DOMResult>
errorHandler
- Receives any errors happened during the process of converting an element into aSource
. The caller must provide a non-null error handler.- Returns:
- null if there was an error. The error should have been reported to the handler.
-
-
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 11/06/2005 gemaakt, de laatste keer de 04/03/2020 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-rf-javax/xml/bind/annotation/w3cdomhandler.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Referenties
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.