Package org.dom4j.jaxb
-
Interface Summary Interface Description JAXBObjectHandler JAXBObjectHandler implementations can be registered with the JAXB Reader in order to receive unmarshalled XML fragments.JAXBObjectModifier JAXBObjectHandler implementations can be registered with theJAXBModifier
in order to change unmarshalled XML fragments. -
Class Summary Class Description JAXBModifier Reads an XML document using SAX and writes its content to the providedXMLWriter
.JAXBReader Reads an XML document and creates a DOM4J tree from SAX parsing events.JAXBWriter WritesElement
objects to an XML stream.