org.apache.myfaces.renderkit.html.util
Class ReducedHTMLParserTest.ParseCallbackListener
java.lang.Object
org.apache.myfaces.renderkit.html.util.ReducedHTMLParserTest.ParseCallbackListener
- All Implemented Interfaces:
- CallbackListener
- Enclosing class:
- ReducedHTMLParserTest
public static class ReducedHTMLParserTest.ParseCallbackListener
- extends Object
- implements CallbackListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReducedHTMLParserTest.ParseCallbackListener
public ReducedHTMLParserTest.ParseCallbackListener()
openedStartTag
public void openedStartTag(int charIndex,
int tagIdentifier)
- Specified by:
openedStartTag in interface CallbackListener
closedStartTag
public void closedStartTag(int charIndex,
int tagIdentifier)
- Specified by:
closedStartTag in interface CallbackListener
openedEndTag
public void openedEndTag(int charIndex,
int tagIdentifier)
- Specified by:
openedEndTag in interface CallbackListener
closedEndTag
public void closedEndTag(int charIndex,
int tagIdentifier)
- Specified by:
closedEndTag in interface CallbackListener
attribute
public void attribute(int charIndex,
int tagIdentifier,
String key,
String value)
- Specified by:
attribute in interface CallbackListener
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.