public static class JETParser.DelegatingListener extends java.lang.Object implements JETParseEventListener, JETParseEventListener.CommentListener
JETParseEventListener.CommentListener| Modifier and Type | Field and Description |
|---|---|
protected JETParser.Action |
action |
protected JETParseEventListener |
delegate |
| Constructor and Description |
|---|
DelegatingListener(JETParseEventListener delegate,
JETParser.Action action) |
| Modifier and Type | Method and Description |
|---|---|
void |
beginPageProcessing() |
void |
doAction() |
void |
endPageProcessing() |
void |
handleCharData(char[] chars) |
void |
handleComment(JETMark start,
JETMark stop) |
void |
handleDirective(java.lang.String directive,
JETMark start,
JETMark stop,
java.util.Map<java.lang.String,java.lang.String> attrs) |
void |
handleExpression(JETMark start,
JETMark stop,
java.util.Map<java.lang.String,java.lang.String> attrs) |
void |
handleScriptlet(JETMark start,
JETMark stop,
java.util.Map<java.lang.String,java.lang.String> attrs) |
protected JETParseEventListener delegate
protected JETParser.Action action
public DelegatingListener(JETParseEventListener delegate, JETParser.Action action)
public void doAction()
throws JETException
JETExceptionpublic void beginPageProcessing()
throws JETException
beginPageProcessing in interface JETParseEventListenerJETExceptionpublic void endPageProcessing()
throws JETException
endPageProcessing in interface JETParseEventListenerJETExceptionpublic void handleDirective(java.lang.String directive,
JETMark start,
JETMark stop,
java.util.Map<java.lang.String,java.lang.String> attrs)
throws JETException
handleDirective in interface JETParseEventListenerJETExceptionpublic void handleScriptlet(JETMark start, JETMark stop, java.util.Map<java.lang.String,java.lang.String> attrs) throws JETException
handleScriptlet in interface JETParseEventListenerJETExceptionpublic void handleExpression(JETMark start, JETMark stop, java.util.Map<java.lang.String,java.lang.String> attrs) throws JETException
handleExpression in interface JETParseEventListenerJETExceptionpublic void handleCharData(char[] chars)
throws JETException
handleCharData in interface JETParseEventListenerJETExceptionpublic void handleComment(JETMark start, JETMark stop) throws JETException
handleComment in interface JETParseEventListener.CommentListenerJETExceptionCopyright © 2019. Licensed under the Eclipse Public License v2.0. All rights reserved.
Submit a bug or feature