Package | Description |
---|---|
org.dom4j.io |
Provides input and output via SAX and DOM together with writing dom4j objects to streams as XML text.
|
org.dom4j.jaxb |
Modifier and Type | Field and Description |
---|---|
private ElementModifier |
SAXModifyElementHandler.elemModifier |
Modifier and Type | Field and Description |
---|---|
private java.util.HashMap<java.lang.String,ElementModifier> |
SAXModifier.modifiers |
Modifier and Type | Method and Description |
---|---|
void |
SAXModifier.addModifier(java.lang.String path,
ElementModifier modifier)
Adds the
ElementModifier to be called when the specified element
path is encounted while parsing the source. |
Constructor and Description |
---|
SAXModifyElementHandler(ElementModifier elemModifier) |
Modifier and Type | Class and Description |
---|---|
private class |
JAXBModifier.JAXBElementModifier |