Package org.dom4j.jaxb


package org.dom4j.jaxb
  • Class
    Description
    Reads an XML document using SAX and writes its content to the provided XMLWriter.
    JAXBObjectHandler implementations can be registered with the JAXB Reader in order to receive unmarshalled XML fragments.
    JAXBObjectHandler implementations can be registered with the JAXBModifier in order to change unmarshalled XML fragments.
    Reads an XML document and creates a DOM4J tree from SAX parsing events.
    Writes Elementobjects to an XML stream.