Uses of Interface
org.opencms.xml.content.I_CmsXmlContentValueVisitor
Packages that use 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
Classes in org.opencms.workplace.editors that implement I_CmsXmlContentValueVisitorModifier 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
Classes in org.opencms.xml.content that implement I_CmsXmlContentValueVisitorModifier and TypeClassDescriptionclass
Visitor implementation that provides macro resolving for all visited values.Methods in org.opencms.xml.content with parameters of type I_CmsXmlContentValueVisitorModifier and TypeMethodDescriptionvoid
CmsXmlContent.visitAllValuesWith
(I_CmsXmlContentValueVisitor visitor) Visits all values of this XML content with the given value visitor.