Java org.dom4j.jaxb JAXBReader fields, constructors, methods, implement or subclass

Example usage for Java org.dom4j.jaxb JAXBReader fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.dom4j.jaxb JAXBReader.

The text is from its open source code.

Constructor

JAXBReader(String contextPath)
Creates a new JAXBReader for the given JAXB context path.

Method

voidaddObjectHandler(String path, JAXBObjectHandler handler)
Registers a JAXBObjectHandler that will be supplied with the unmarshalled representation of the xml fragment whenever the specified path is encounted.
Documentread(File source)
Parses the specified java.io.File
Documentread(InputSource source)
Parses the specified org.xml.sax.InputSource
Documentread(InputStream source)
Parses the specified java.io.InputStream
Documentread(Reader source)
Parses the specified java.io.Reader
Documentread(String source)
Parses the the given URL or filename.
Documentread(URL source)
Parses the the given URL.
voidsetPruneElements(boolean pruneElements)
Set to true when DOM4J elements must immediately be pruned from the tree.