Class HtmlFunctionsConfig.Rule
java.lang.Object
com.priint.pubserver.comet.bridge.dataprocessing.HtmlFunctionsConfig.Rule
- Enclosing class:
- HtmlFunctionsConfig
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Rule
public Rule() -
Rule
- Parameters:
selector- E.g. "pre b" or "pre b, em" for "bold with preformatted" and "italic"tag- Tagged tag element name, e.g. "cFont". Value has to be given with "value" attribute.value- Value of Tagged tag element name defined by "tag" attribute. E.g. "Arial Narrow".start- Plain tagged text to be inserted before content. User is responsible for validity of resulting tagged text, e.g. by using "end" attribute to close what has been opened before.end- Plain tagged text to be inserted after content. User is responsible for validity of resulting tagged text. See "start" attribute.
-
-
Method Details
-
getSelector
-
setSelector
-
getTag
-
setTag
-
getValue
-
setValue
-
getStart
-
setStart
-
getEnd
-
setEnd
-