Package | Description |
---|---|
org.dom4j.jaxb |
Modifier and Type | Field and Description |
---|---|
private JAXBObjectModifier |
JAXBModifier.JAXBElementModifier.objectModifier |
Modifier and Type | Field and Description |
---|---|
private java.util.HashMap<java.lang.String,JAXBObjectModifier> |
JAXBModifier.modifiers |
Modifier and Type | Method and Description |
---|---|
void |
JAXBModifier.addObjectModifier(java.lang.String path,
JAXBObjectModifier mod)
Adds the
JAXBObjectModifier to be called when the specified xml
path is encounted while parsing the source. |
Constructor and Description |
---|
JAXBElementModifier(JAXBModifier jaxbModifier,
JAXBObjectModifier objectModifier) |