| Package | Description |
|---|---|
| org.dom4j.jaxb |
| Modifier and Type | Method and Description |
|---|---|
Element |
JAXBObjectModifier.modifyObject(Element jaxbElement)
Called when the
JAXBModifierhas finished parsing the xml path
the handler was registered for. |
| Modifier and Type | Method and Description |
|---|---|
void |
JAXBObjectHandler.handleObject(Element jaxbElement)
Called when the
JAXBReaderhas finished parsing the xml path the
handler was registered for. |
Element |
JAXBObjectModifier.modifyObject(Element jaxbElement)
Called when the
JAXBModifierhas finished parsing the xml path
the handler was registered for. |
void |
JAXBWriter.write(Element jaxbObject)
Writes the specified
Elementto the document. |
void |
JAXBWriter.writeClose(Element jaxbObject)
Writes the closing tag of the specified
Elementto
the document. |
void |
JAXBWriter.writeOpen(Element jaxbObject)
Writes the opening tag of the specified
Elementto
the document. |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.