public class ElementContext extends Object
MarkupHandler.| Modifier and Type | Class and Description |
|---|---|
static class |
ElementContext.Attribute |
| Constructor and Description |
|---|
ElementContext(String tagName,
String openTagStartMarkup) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(String name,
String value,
char quoteChar) |
void |
addPlugin(PluginInvoke invoke,
int priority) |
void |
addPluginCall(String name,
PluginCallInfo info,
Expression expression) |
Iterable<ElementContext.Attribute> |
getAttributes() |
String |
getOpenTagStartMarkup() |
String |
getTagName() |
PluginInvoke |
pluginInvoke() |
public String getTagName()
public String getOpenTagStartMarkup()
public void addPlugin(PluginInvoke invoke, int priority)
public void addPluginCall(String name, PluginCallInfo info, Expression expression)
public Iterable<ElementContext.Attribute> getAttributes()
public PluginInvoke pluginInvoke()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.