|
Milyn-Smooks Version 0.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Element Visitor (GoF) interface.
Method Summary | |
void |
visit(org.w3c.dom.Element element,
ContainerRequest containerRequest)
Visit the supplied element. |
boolean |
visitBefore()
Call the visit(Element, ContainerRequest) method of this ElementVisitor
before iterating over the associated elements child content. |
Methods inherited from interface org.milyn.delivery.ContentDeliveryUnit |
getDetailDescription, getShortDescription |
Method Detail |
public void visit(org.w3c.dom.Element element, ContainerRequest containerRequest)
element
- The DOM element being visited.containerRequest
- Request relative instance.public boolean visitBefore()
visit(Element, ContainerRequest)
method of this ElementVisitor
before iterating over the associated elements child content.
This method simply controls when the visit(Element, ContainerRequest)
method is
called on the target element relative to Smooks iterating over the target elements child
content i.e. before (true) or after (false).
true
if the visit(Element, ContainerRequest)
method
should be called before iterating over the target element's child content, false
if the visit(Element, ContainerRequest)
method should be called after iterating
over the target element's child content.
|
Milyn-Smooks Version 0.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |