Uses of Interface
javax.xml.bind.annotation.DomHandler
-
Packages that use DomHandler Package Description com.sun.xml.bind.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.com.sun.xml.bind.v2.runtime.unmarshaller javax.xml.bind.annotation Defines annotations for customizing Java program elements to XML Schema mapping. -
-
Uses of DomHandler in com.sun.xml.bind.v2.runtime
Methods in com.sun.xml.bind.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 com.sun.xml.bind.v2.runtime.unmarshaller
Constructors in com.sun.xml.bind.v2.runtime.unmarshaller with parameters of type DomHandler Constructor Description DomLoader(DomHandler<?,ResultT> dom)WildcardLoader(DomHandler dom, WildcardMode mode) -
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.
-