Uses of Interface
javax.xml.bind.annotation.DomHandler
-
Packages that use DomHandler Package Description javax.xml.bind.annotation Defines annotations for customizing Java program elements to XML Schema mapping. -
-
Uses of DomHandler in javax.xml.bind.annotation
Classes in javax.xml.bind.annotation that implement DomHandler Modifier and Type Class Description class
W3CDomHandler
DomHandler
implementation for W3C DOM (org.w3c.dom
package.)Methods in javax.xml.bind.annotation that return types with arguments of type DomHandler Modifier and Type Method Description Class<? extends DomHandler>
value()
Specifies theDomHandler
which is responsible for actually converting XML from/to a DOM-like data structure.
-