Uses of Interface
org.opencms.xml.content.I_CmsXmlContentValueVisitor
Package
Description
Base classes for the editors (WYSIWYG, plain text, XML content) used in the OpenCms Workplace.
Contains functions for structured content storage using XML, commonly called "XML content" in OpenCms.
-
Uses of I_CmsXmlContentValueVisitor in org.opencms.workplace.editors
Modifier and TypeClassDescriptionclass
Visitor implementation that collects the different widgets for all visited values and all widgets for the found values. -
Uses of I_CmsXmlContentValueVisitor in org.opencms.xml.content
Modifier and TypeClassDescriptionclass
Visitor implementation that provides macro resolving for all visited values.Modifier and TypeMethodDescriptionvoid
CmsXmlContent.visitAllValuesWith
(I_CmsXmlContentValueVisitor visitor) Visits all values of this XML content with the given value visitor.