|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ElementModifier defines a modifier of Element
objects.
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 |
public Element modifyElement(Element element) throws java.lang.Exception
Element
or null if it has to be removed from the
document. Element
is disconnected from the DOM4J
tree. This means that navigation to the elements parent Element
and Document
are not available. Only
the element itself can be modified!
element
- Element
to 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 |