|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ElementModifier
ElementModifier defines a modifier of Elementobjects.
It can be used in the event based SAXModifier, in order
to modify elements on the fly, rather than waiting until the complete
document is parsed.
| Method Summary | |
|---|---|
Element |
modifyElement(Element element)
Called by an event based processor when an elements closing tag is encountered. |
| Method Detail |
|---|
Element modifyElement(Element element)
throws java.lang.Exception
Elementor null if it has to be removed from the
document. Elementis disconnected from the DOM4J
tree. This means that navigation to the elements parent Element and Documentare not available. Only
the element itself can be modified!
element - Elementto be parsed
Element
java.lang.Exception - of any kind
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||