public interface I_CmsXmlContentValueVisitor
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.
限定符和类型 | 方法和说明 |
---|---|
void |
visit(I_CmsXmlContentValue value)
Visits the given value.
|
void visit(I_CmsXmlContentValue value)
value
- the value to visit