|
|||||||||
| Home >> All >> org >> dom4j >> [ jaxb overview ] | PREV NEXT | ||||||||
A
- addHandler(String, ElementHandler) - Method in class org.dom4j.jaxb.JAXBReader
- Adds the
ElementHandlerto be called when the specified path is encounted. - addObjectHandler(String, JAXBObjectHandler) - Method in class org.dom4j.jaxb.JAXBReader
- Registers a JAXBObjectHandlerthat will be supplied with the unmarshalled representation of the xml fragment whenever the specified path is encounted.
- addObjectModifier(String, JAXBObjectModifier) - Method in class org.dom4j.jaxb.JAXBModifier
- Adds the JAXBObjectModifierto be called when the specified xml path is encounted while parsing the source.
C
- classloader - Variable in class org.dom4j.jaxb.JAXBSupport
- contextPath - Variable in class org.dom4j.jaxb.JAXBSupport
- createXMLWriter() - Method in class org.dom4j.jaxb.JAXBModifier
E
- endDocument() - Method in class org.dom4j.jaxb.JAXBWriter
- Stop writing the document to the output.
G
- getContext() - Method in class org.dom4j.jaxb.JAXBSupport
- getMarshaller() - Method in class org.dom4j.jaxb.JAXBSupport
- getModifier() - Method in class org.dom4j.jaxb.JAXBModifier
- getOutputFormat() - Method in class org.dom4j.jaxb.JAXBWriter
- Returns the OutputFormat that will be used when writing the XML stream.
- getReader() - Method in class org.dom4j.jaxb.JAXBReader
- getUnmarshaller() - Method in class org.dom4j.jaxb.JAXBSupport
- getWriter() - Method in class org.dom4j.jaxb.JAXBWriter
- getXMLWriter() - Method in class org.dom4j.jaxb.JAXBModifier
H
- handleObject(Element) - Method in interface org.dom4j.jaxb.JAXBObjectHandler
- Called when the JAXBReaderhas finished parsing the xml path the handler was registered for.
- handler - Variable in class org.dom4j.jaxb.JAXBReader.UnmarshalElementHandler
I
- installModifier() - Method in class org.dom4j.jaxb.JAXBModifier
- isPruneElements() - Method in class org.dom4j.jaxb.JAXBModifier
- Returns true when the modified org.dom4j.Documentis not kept in memory.
- isPruneElements() - Method in class org.dom4j.jaxb.JAXBReader
- When 'true', the DOM4J document will not be kept in memory while parsing.
J
- JAXBModifier - class org.dom4j.jaxb.JAXBModifier.
- Reads an XML document using SAX and writes its content to the provided org.dom4j.io.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 java.lang.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. - JAXBModifier.JAXBElementModifier - class org.dom4j.jaxb.JAXBModifier.JAXBElementModifier.
- JAXBModifier.JAXBElementModifier(JAXBModifier, JAXBObjectModifier) - Constructor for class org.dom4j.jaxb.JAXBModifier.JAXBElementModifier
- JAXBObjectHandler - interface org.dom4j.jaxb.JAXBObjectHandler.
- JAXBObjectHandler implementations can be registered with the JAXB Reader in order to receive unmarshalled XML fragments.
- JAXBObjectModifier - interface org.dom4j.jaxb.JAXBObjectModifier.
- JAXBObjectHandler implementations can be registered with the JAXBModifier in order to change unmarshalled XML fragments.
- JAXBReader - class org.dom4j.jaxb.JAXBReader.
- 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. - JAXBReader.PruningElementHandler - class org.dom4j.jaxb.JAXBReader.PruningElementHandler.
- JAXBReader.PruningElementHandler() - Constructor for class org.dom4j.jaxb.JAXBReader.PruningElementHandler
- JAXBReader.UnmarshalElementHandler - class org.dom4j.jaxb.JAXBReader.UnmarshalElementHandler.
- JAXBReader.UnmarshalElementHandler(JAXBReader, JAXBObjectHandler) - Constructor for class org.dom4j.jaxb.JAXBReader.UnmarshalElementHandler
- JAXBRuntimeException - exception org.dom4j.jaxb.JAXBRuntimeException.
- Exception internally thrown by the JAXBReader classes.
- JAXBRuntimeException(Throwable) - Constructor for class org.dom4j.jaxb.JAXBRuntimeException
- DOCUMENT ME!
- JAXBSupport - class org.dom4j.jaxb.JAXBSupport.
- DOCUMENT ME!
- JAXBSupport(String) - Constructor for class org.dom4j.jaxb.JAXBSupport
- JAXBSupport(String, ClassLoader) - Constructor for class org.dom4j.jaxb.JAXBSupport
- JAXBWriter - class org.dom4j.jaxb.JAXBWriter.
- Writes javax.xml.bind.Elementobjects 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. - jaxbContext - Variable in class org.dom4j.jaxb.JAXBSupport
- jaxbModifier - Variable in class org.dom4j.jaxb.JAXBModifier.JAXBElementModifier
- jaxbReader - Variable in class org.dom4j.jaxb.JAXBReader.UnmarshalElementHandler
M
- marshal(Element) - Method in class org.dom4j.jaxb.JAXBSupport
- Marshals the given javax.xml.bind.Elementin to its DOM4J counterpart.
- marshaller - Variable in class org.dom4j.jaxb.JAXBSupport
- modifier - Variable in class org.dom4j.jaxb.JAXBModifier
- modifiers - Variable in class org.dom4j.jaxb.JAXBModifier
- modify(File) - Method in class org.dom4j.jaxb.JAXBModifier
- Parses the specified java.io.Filewith SAX
- modify(File, Charset) - Method in class org.dom4j.jaxb.JAXBModifier
- Parses the specified java.io.Filewith SAX, using the given java.nio.charset.Charset.
- modify(InputSource) - Method in class org.dom4j.jaxb.JAXBModifier
- Parses the specified org.xml.sax.InputSourcewith SAX.
- modify(InputStream) - Method in class org.dom4j.jaxb.JAXBModifier
- Parses the specified java.io.InputStreamwith SAX.
- modify(InputStream, String) - Method in class org.dom4j.jaxb.JAXBModifier
- Parses the specified java.io.InputStreamwith SAX.
- modify(Reader) - Method in class org.dom4j.jaxb.JAXBModifier
- Parses the specified java.io.Readerwith SAX.
- modify(Reader, String) - Method in class org.dom4j.jaxb.JAXBModifier
- Parses the specified java.io.Readerwith SAX.
- modify(String) - Method in class org.dom4j.jaxb.JAXBModifier
- Parses the the given URL or filename.
- modify(URL) - Method in class org.dom4j.jaxb.JAXBModifier
- Parses the the given URL.
- modifyElement(Element) - Method in class org.dom4j.jaxb.JAXBModifier.JAXBElementModifier
- modifyObject(Element) - Method in interface org.dom4j.jaxb.JAXBObjectModifier
- Called when the JAXBModifierhas finished parsing the xml path the handler was registered for.
O
- objectModifier - Variable in class org.dom4j.jaxb.JAXBModifier.JAXBElementModifier
- onEnd(ElementPath) - Method in class org.dom4j.jaxb.JAXBReader.PruningElementHandler
- onEnd(ElementPath) - Method in class org.dom4j.jaxb.JAXBReader.UnmarshalElementHandler
- onStart(ElementPath) - Method in class org.dom4j.jaxb.JAXBReader.PruningElementHandler
- onStart(ElementPath) - Method in class org.dom4j.jaxb.JAXBReader.UnmarshalElementHandler
- org.dom4j.jaxb - package org.dom4j.jaxb
- outputFormat - Variable in class org.dom4j.jaxb.JAXBModifier
- outputFormat - Variable in class org.dom4j.jaxb.JAXBWriter
P
- pruneElements - Variable in class org.dom4j.jaxb.JAXBModifier
- pruneElements - Variable in class org.dom4j.jaxb.JAXBReader
R
- read(File) - Method in class org.dom4j.jaxb.JAXBReader
- Parses the specified java.io.File
- read(File, Charset) - Method in class org.dom4j.jaxb.JAXBReader
- Parses the specified java.io.File, using the given java.nio.charset.Charset.
- read(InputSource) - Method in class org.dom4j.jaxb.JAXBReader
- Parses the specified org.xml.sax.InputSource
- read(InputStream) - Method in class org.dom4j.jaxb.JAXBReader
- Parses the specified java.io.InputStream
- read(InputStream, String) - Method in class org.dom4j.jaxb.JAXBReader
- Parses the specified java.io.InputStream
- read(Reader) - Method in class org.dom4j.jaxb.JAXBReader
- Parses the specified java.io.Reader
- read(Reader, String) - Method in class org.dom4j.jaxb.JAXBReader
- Parses the specified java.io.Reader
- read(String) - Method in class org.dom4j.jaxb.JAXBReader
- Parses the the given URL or filename.
- read(URL) - Method in class org.dom4j.jaxb.JAXBReader
- Parses the the given URL.
- reader - Variable in class org.dom4j.jaxb.JAXBReader
- removeHandler(String) - Method in class org.dom4j.jaxb.JAXBReader
- Removes the
ElementHandlerfrom the event based processor, for the specified path. - removeObjectHandler(String) - Method in class org.dom4j.jaxb.JAXBReader
- Removes the JAXBObjectHandlerfrom the event based processor, for the specified element path.
- removeObjectModifier(String) - Method in class org.dom4j.jaxb.JAXBModifier
- Removes the JAXBObjectModifierfrom the event based processor, for the specified element path.
- resetHandlers() - Method in class org.dom4j.jaxb.JAXBReader
- Removes all registered JAXBObjectHandlerand org.dom4j.ElementHandler instances from the event based processor.
- resetObjectModifiers() - Method in class org.dom4j.jaxb.JAXBModifier
- Removes all registered JAXBObjectModifierinstances from the event based processor.
S
- setOutput(File) - Method in class org.dom4j.jaxb.JAXBModifier
- Sets the Output to write the (modified) xml document to.
- setOutput(OutputStream) - Method in class org.dom4j.jaxb.JAXBModifier
- Sets the Output to write the (modified) xml document to.
- setOutput(Writer) - Method in class org.dom4j.jaxb.JAXBModifier
- Sets the Output to write the (modified) xml document to.
- setOutput(File) - Method in class org.dom4j.jaxb.JAXBWriter
- Defines to write the resulting output to the specified java.io.File.
- setOutput(OutputStream) - Method in class org.dom4j.jaxb.JAXBWriter
- Defines to write the resulting output to the specified java.io.OutputStream
- setOutput(Writer) - Method in class org.dom4j.jaxb.JAXBWriter
- Defines to write the resulting output to the specified java.io.Writer.
- setPruneElements(boolean) - Method in class org.dom4j.jaxb.JAXBModifier
- Define whether the modified org.dom4j.Documentmust only be written to the output and pruned from the DOM4J tree.
- setPruneElements(boolean) - Method in class org.dom4j.jaxb.JAXBReader
- Set to true when DOM4J elements must immediately be pruned from the tree.
- startDocument() - Method in class org.dom4j.jaxb.JAXBWriter
- Start a document by writing the initial XML declaration to the output.
U
- unmarshal(Element) - Method in class org.dom4j.jaxb.JAXBSupport
- Unmarshalls the specified DOM4J org.dom4j.Elementinto a javax.xml.bind.Element
- unmarshaller - Variable in class org.dom4j.jaxb.JAXBSupport
W
- write(Element) - Method in class org.dom4j.jaxb.JAXBWriter
- Writes the specified javax.xml.bind.Elementto the document.
- writeClose(Element) - Method in class org.dom4j.jaxb.JAXBWriter
- Writes the closing tag of the specified javax.xml.bind.Elementto the document.
- writeCloseElement(Element) - Method in class org.dom4j.jaxb.JAXBWriter
- Writes the closing tag of the specified org.dom4j.Elementto the document.
- writeElement(Element) - Method in class org.dom4j.jaxb.JAXBWriter
- Writes the specified org.dom4j.Elementto the document.
- writeOpen(Element) - Method in class org.dom4j.jaxb.JAXBWriter
- Writes the opening tag of the specified javax.xml.bind.Elementto the document.
- writeOpenElement(Element) - Method in class org.dom4j.jaxb.JAXBWriter
- Writes the opening tag of the specified org.dom4j.Elementto the document.
X
- xmlWriter - Variable in class org.dom4j.jaxb.JAXBModifier
- xmlWriter - Variable in class org.dom4j.jaxb.JAXBWriter
A C E G H I J M O P R S U W X
|
|||||||||
| Home >> All >> org >> dom4j >> [ jaxb overview ] | PREV NEXT | ||||||||