Interface I_CmsXmlContentValueVisitor

All Known Implementing Classes:
CmsXmlContentMacroVisitor, CmsXmlContentWidgetVisitor

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.

Since:
6.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Visits the given value.
  • Method Details