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 classW3CDomHandlerDomHandlerimplementation for W3C DOM (org.w3c.dompackage.)Methods in javax.xml.bind.annotation that return types with arguments of type DomHandler Modifier and Type Method Description Class<? extends DomHandler>value()Specifies theDomHandlerwhich is responsible for actually converting XML from/to a DOM-like data structure.
-