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.org.glassfish.jaxb.runtime.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.org.glassfish.jaxb.runtime.v2.runtime.unmarshaller -
-
Uses of DomHandler in jakarta.xml.bind.annotation
Classes in jakarta.xml.bind.annotation that implement DomHandler Modifier and Type Class Description classW3CDomHandlerDomHandlerimplementation for W3C DOM (org.w3c.dompackage.)Methods in jakarta.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. -
Uses of DomHandler in org.glassfish.jaxb.runtime.v2.runtime
Methods in org.glassfish.jaxb.runtime.v2.runtime with parameters of type DomHandler Modifier and Type Method Description <E> voidXMLSerializer. writeDom(E element, DomHandler<E,?> domHandler, Object parentBean, String fieldName) -
Uses of DomHandler in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
Constructors in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller with parameters of type DomHandler Constructor Description DomLoader(DomHandler<?,ResultT> dom)WildcardLoader(DomHandler dom, WildcardMode mode)
-