org.cyberneko.pull.util
Class DefaultHandler
java.lang.Object
org.cyberneko.pull.util.DefaultHandler
public class DefaultHandler
- extends java.lang.Object
- Version:
- $Id$
- Author:
- Andy Clark
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultHandler
public DefaultHandler()
handleEvent
public void handleEvent(XMLEvent event)
throws org.apache.xerces.xni.XNIException
- Throws:
org.apache.xerces.xni.XNIException
handleStartCDATA
public void handleStartCDATA(CDATAEvent event)
throws org.apache.xerces.xni.XNIException
- Throws:
org.apache.xerces.xni.XNIException
handleEndCDATA
public void handleEndCDATA(CDATAEvent event)
throws org.apache.xerces.xni.XNIException
- Throws:
org.apache.xerces.xni.XNIException
handleIgnorableWhitespace
public void handleIgnorableWhitespace(CharactersEvent event)
throws org.apache.xerces.xni.XNIException
- Throws:
org.apache.xerces.xni.XNIException
handleCharacters
public void handleCharacters(CharactersEvent event)
throws org.apache.xerces.xni.XNIException
- Throws:
org.apache.xerces.xni.XNIException
handleComment
public void handleComment(CommentEvent event)
throws org.apache.xerces.xni.XNIException
- Throws:
org.apache.xerces.xni.XNIException
handleDoctypeDecl
public void handleDoctypeDecl(DoctypeDeclEvent event)
throws org.apache.xerces.xni.XNIException
- Throws:
org.apache.xerces.xni.XNIException
handleStartDocument
public void handleStartDocument(DocumentEvent event)
throws org.apache.xerces.xni.XNIException
- Throws:
org.apache.xerces.xni.XNIException
handleEndDocument
public void handleEndDocument(DocumentEvent event)
throws org.apache.xerces.xni.XNIException
- Throws:
org.apache.xerces.xni.XNIException
handleStartElement
public void handleStartElement(ElementEvent event)
throws org.apache.xerces.xni.XNIException
- Throws:
org.apache.xerces.xni.XNIException
handleEndElement
public void handleEndElement(ElementEvent event)
throws org.apache.xerces.xni.XNIException
- Throws:
org.apache.xerces.xni.XNIException
handleStartGeneralEntity
public void handleStartGeneralEntity(GeneralEntityEvent event)
throws org.apache.xerces.xni.XNIException
- Throws:
org.apache.xerces.xni.XNIException
handleEndGeneralEntity
public void handleEndGeneralEntity(GeneralEntityEvent event)
throws org.apache.xerces.xni.XNIException
- Throws:
org.apache.xerces.xni.XNIException
handleUnknownEvent
public void handleUnknownEvent(XMLEvent event)
throws org.apache.xerces.xni.XNIException
- Throws:
org.apache.xerces.xni.XNIException
(C) Copyright 2002-2004, Andy Clark. All rights reserved.