Interface ITaggingRule
- All Known Implementing Classes:
TableTaggingPriorToOneFiveVersionRule, TableTaggingRule, THTaggingRule
interface ITaggingRule
Implementation of the interface is used to create required children
structure for the specified role. E.g. table must have TRs as children.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanonTagFinish(LayoutTaggingHelper taggingHelper, TaggingHintKey taggingHintKey) Action which creates required children structure for the role.
-
Method Details
-
onTagFinish
Action which creates required children structure for the role.- Parameters:
taggingHelper- tagging helper.taggingHintKey- element for which children structure will be created.- Returns:
trueif the structure was created successfully,falseotherwise.
-