|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Visitor interface that allows looping through all the values in a XML content document.
An implmentation of this interface can be passed to
CmsXmlContent.visitAllValuesWith(I_CmsXmlContentValueVisitor)
in
order to call the visit(I_CmsXmlContentValue)
method on all values of that document.
Method Summary | |
void |
visit(I_CmsXmlContentValue value)
Visits the given value. |
Method Detail |
public void visit(I_CmsXmlContentValue value)
value
- the value to visit
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |