- JAXBModifier - Class in org.dom4j.jaxb
-
Reads an XML document using SAX and writes its content to the provided
XMLWriter
.
- JAXBModifier(String) - Constructor for class org.dom4j.jaxb.JAXBModifier
-
Creates a new JAXBModifier for the given JAXB context path.
- JAXBModifier(String, ClassLoader) - Constructor for class org.dom4j.jaxb.JAXBModifier
-
Creates a new JAXBModifier for the given JAXB context path, using the
given ClassLoader
.
- JAXBModifier(String, OutputFormat) - Constructor for class org.dom4j.jaxb.JAXBModifier
-
Creates a new JAXBModifier for the given JAXB context path.
- JAXBModifier(String, ClassLoader, OutputFormat) - Constructor for class org.dom4j.jaxb.JAXBModifier
-
Creates a new JAXBModifier for the given JAXB context path, using the
specified java.lang.Classloader
.
- JAXBObjectHandler - Interface in org.dom4j.jaxb
-
JAXBObjectHandler implementations can be registered with the JAXB Reader in
order to receive unmarshalled XML fragments.
- JAXBObjectModifier - Interface in org.dom4j.jaxb
-
JAXBObjectHandler implementations can be registered with the
JAXBModifier
in order to change unmarshalled XML fragments.
- JAXBReader - Class in org.dom4j.jaxb
-
Reads an XML document and creates a DOM4J tree from SAX parsing events.
- JAXBReader(String) - Constructor for class org.dom4j.jaxb.JAXBReader
-
Creates a new JAXBReader for the given JAXB context path.
- JAXBReader(String, ClassLoader) - Constructor for class org.dom4j.jaxb.JAXBReader
-
Creates a new JAXBReader for the given JAXB context path, using the
specified java.lang.Classloader
.
- JAXBWriter - Class in org.dom4j.jaxb
-
Writes Element
objects to an XML stream.
- JAXBWriter(String) - Constructor for class org.dom4j.jaxb.JAXBWriter
-
Creates a new JAXBWriter for the given JAXB context path.
- JAXBWriter(String, OutputFormat) - Constructor for class org.dom4j.jaxb.JAXBWriter
-
Creates a new JAXBWriter for the given JAXB context path.
- JAXBWriter(String, ClassLoader) - Constructor for class org.dom4j.jaxb.JAXBWriter
-
Creates a new JAXBWriter for the given JAXB context path, using the
specified java.lang.Classloader
.
- JAXBWriter(String, ClassLoader, OutputFormat) - Constructor for class org.dom4j.jaxb.JAXBWriter
-
Creates a new JAXBWriter for the given JAXB context path, using the
specified java.lang.Classloader
.