Uses of Interface
org.opencms.util.I_CmsHtmlNodeVisitor
Package
Description
HTML postprocessor, used to tag single words or phrases in the HTML output.
API classes for the <cms:parse> tag.
Contains the functionality for the static HTML page export.
Utility functions for String manipulation and other often used tasks.
-
Uses of I_CmsHtmlNodeVisitor in org.opencms.jsp.decorator
Modifier and TypeClassDescriptionclass
The CmsHtmlDecorator is the main object for processing the text decorations. -
Uses of I_CmsHtmlNodeVisitor in org.opencms.jsp.parse
Modifier and TypeMethodDescriptionprotected abstract I_CmsHtmlNodeVisitor
A_CmsConfiguredHtmlParser.createVisitorInstance()
Subclasses have to create their desired instance for parsing the html here.protected I_CmsHtmlNodeVisitor
A_CmsConfiguredHtmlParser.getVisitor()
Returns the visitor. -
Uses of I_CmsHtmlNodeVisitor in org.opencms.staticexport
Modifier and TypeClassDescriptionclass
Implements the HTML parser node visitor pattern to exchange all links on the page. -
Uses of I_CmsHtmlNodeVisitor in org.opencms.util
Modifier and TypeClassDescriptionclass
Extracts the HTML page content.class
Base utility class for OpenCms
implementations, which provides some often used utility functions.NodeVisitor