Uses of Interface
jakarta.xml.bind.annotation.DomHandler
-
Packages that use DomHandler Package Description jakarta.xml.bind.annotation Defines annotations for customizing Java program elements to XML Schema mapping. -
-
Uses of DomHandler in jakarta.xml.bind.annotation
Classes in jakarta.xml.bind.annotation that implement DomHandler Modifier and Type Class Description class
W3CDomHandler
DomHandler
implementation for W3C DOM (org.w3c.dom
package.)Methods in jakarta.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.
-