Package org.opencms.jsp.parse

API classes for the <cms:parse> tag.

See:
          Description

Class Summary
A_CmsConfiguredHtmlParser Base class for all classes that are specified for the <cms:parse parserClass="name" param="config" /> tag in the parserClass Attribute.
DivTag A Div for flat parsing (vs. nested) which is misued for avoiding the creation of the corresponding end tag in case the html to parse is not balanced.
 

Package org.opencms.jsp.parse Description

API classes for the <cms:parse> tag.

The <cms:parse> tag allows to specify the fully qualified classname for a parsing configuration. The concrete types and their signature are defined in this package.

Since:
6.1.7
Version:
$Revision: 1.4 $