|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface I_CmsXmlContentValueVisitor
Visitor interface that allows looping through all the values in a XML content document.
An implementation 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 |
---|
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 |