TagRules.See: Description
| Class | Description |
|---|---|
| ContentBlockExtractingRule |
Extracts the contents of any elements that look like
<content tag='foo'>...</content> and write the contents
to a page property (page.foo). |
| CoreHtmlTagRuleBundle |
ContentProcessor implementation that processes HTML documents. |
| DivExtractingRule | |
| DivExtractingTagRuleBundle |
TagRuleBundle that exports all <div> elements as properties. |
| ExportTagToContentRule |
Exports the contents of a match tag to property of the passed in
ContentProperty. |
| FramesetRule |
Identifies whether a page contains frames (as these would typically
have different rules for decoration - i.e.
|
| HtmlAttributesRule |
Exports any attributes on the
<html> tag
as page properties. |
| MetaTagRule |
Exports any
<meta> tags as properties in the page. |
| ParameterExtractingRule |
Extracts the contents of any elements that look like
<parameter name='x' value='y'> and write the contents
to a page property (page.x=y). |
| Sm2TagRuleBundle |
TagRuleBundle that adds additional properties as used by SiteMesh 2 and earlier. |
| TagReplaceRule |
Very simple rule for replacing all occurences of one tag with another.
|
| TitleExtractingRule |
Extracts the contents of the
<title> element from the
page and exports it as the title property. |
A set of commonly used out-of-the-box TagRules.
Copyright © 2015. All Rights Reserved.