public final class HtmlDecorator extends Object implements TagDecorator
| Modifier and Type | Field and Description |
|---|---|
static HtmlDecorator |
Instance |
static String |
XhtmlNamespace |
| Constructor and Description |
|---|
HtmlDecorator() |
| Modifier and Type | Method and Description |
|---|---|
Tag |
decorate(Tag tag)
If handled, return a new Tag instance, otherwise return null
|
public static final String XhtmlNamespace
public static final HtmlDecorator Instance
public Tag decorate(Tag tag)
TagDecoratordecorate in interface TagDecoratortag - tag to be decoratedCopyright © 1997–2020 Eclipse Foundation. All rights reserved.