public class DefaultPluginInvoke extends Object implements PluginInvoke
Plugin| Constructor and Description |
|---|
DefaultPluginInvoke() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterAttribute(PushStream stream,
String attributeName) |
void |
afterAttributes(PushStream stream) |
void |
afterAttributeValue(PushStream stream,
String attributeName) |
void |
afterChildren(PushStream stream) |
void |
afterElement(PushStream stream) |
void |
afterTagClose(PushStream stream,
boolean isSelfClosing) |
void |
afterTagOpen(PushStream stream) |
void |
beforeAttribute(PushStream stream,
String attributeName) |
void |
beforeAttributes(PushStream stream) |
void |
beforeAttributeValue(PushStream stream,
String attributeName,
ExpressionNode attributeValue) |
void |
beforeChildren(PushStream stream) |
void |
beforeElement(PushStream stream,
String tagName) |
void |
beforeTagClose(PushStream stream,
boolean isSelfClosing) |
void |
beforeTagOpen(PushStream stream) |
void |
onPluginCall(PushStream stream,
PluginCallInfo callInfo,
Expression expression) |
public void beforeElement(PushStream stream, String tagName)
beforeElement in interface PluginInvokepublic void beforeTagOpen(PushStream stream)
beforeTagOpen in interface PluginInvokepublic void beforeAttributes(PushStream stream)
beforeAttributes in interface PluginInvokepublic void beforeAttribute(PushStream stream, String attributeName)
beforeAttribute in interface PluginInvokepublic void beforeAttributeValue(PushStream stream, String attributeName, ExpressionNode attributeValue)
beforeAttributeValue in interface PluginInvokepublic void afterAttributeValue(PushStream stream, String attributeName)
afterAttributeValue in interface PluginInvokepublic void afterAttribute(PushStream stream, String attributeName)
afterAttribute in interface PluginInvokepublic void onPluginCall(PushStream stream, PluginCallInfo callInfo, Expression expression)
onPluginCall in interface PluginInvokepublic void afterAttributes(PushStream stream)
afterAttributes in interface PluginInvokepublic void afterTagOpen(PushStream stream)
afterTagOpen in interface PluginInvokepublic void beforeChildren(PushStream stream)
beforeChildren in interface PluginInvokepublic void afterChildren(PushStream stream)
afterChildren in interface PluginInvokepublic void beforeTagClose(PushStream stream, boolean isSelfClosing)
beforeTagClose in interface PluginInvokepublic void afterTagClose(PushStream stream, boolean isSelfClosing)
afterTagClose in interface PluginInvokepublic void afterElement(PushStream stream)
afterElement in interface PluginInvokeCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.