| Package | Description |
|---|---|
| org.xwiki.rendering.wikimodel.xhtml.impl |
| Modifier and Type | Field and Description |
|---|---|
static IgnoreElementRule |
TagStack.IGNORE_ALL
Represents a default
IgnoreElementRule that ignore all elements and cannot be switched off. |
| Modifier and Type | Method and Description |
|---|---|
IgnoreElementRule |
TagStack.popIgnoreElementRule()
Retrieve the last rule to ignore element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagStack.pushIgnoreElementRule(IgnoreElementRule ignoreElementRule)
Push a new rule to ignore elements.
|
| Constructor and Description |
|---|
IgnoreElementRule(Predicate<IgnoreElementRule> tagContextPredicate,
boolean isActive)
Default constructor for an IgnoreElementRule.
|
Copyright © 2004–2019 XWiki. All rights reserved.