org.exolab.castor.xml
Class DebugHandler
java.lang.Object
|
+--org.exolab.castor.xml.DebugHandler
- public class DebugHandler
- extends java.lang.Object
- implements org.xml.sax.DocumentHandler
A Simple DocumentHandler that intercepts SAX events and
prints them to the console
- Version:
- $Revision: 1.2 $ $Date: 2000/11/04 01:31:14 $
- Author:
- Keith Visco
Constructor Summary |
DebugHandler(org.xml.sax.DocumentHandler handler)
Creates a new DebugHandler which forwards events to the
given document handler |
DebugHandler(org.xml.sax.DocumentHandler handler,
java.io.Writer out)
Creates a new DebugHandler which forwards events to the
given document handler |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
DebugHandler
public DebugHandler(org.xml.sax.DocumentHandler handler)
- Creates a new DebugHandler which forwards events to the
given document handler
- Parameters:
handler
- the DocumentHandler to forward events to
DebugHandler
public DebugHandler(org.xml.sax.DocumentHandler handler,
java.io.Writer out)
- Creates a new DebugHandler which forwards events to the
given document handler
- Parameters:
handler
- the DocumentHandler to forward events toout
- the Writer to print debug information to
characters
public void characters(char[] ch,
int start,
int length)
throws org.xml.sax.SAXException
- Specified by:
- characters in interface org.xml.sax.DocumentHandler
endDocument
public void endDocument()
throws org.xml.sax.SAXException
- Specified by:
- endDocument in interface org.xml.sax.DocumentHandler
endElement
public void endElement(java.lang.String name)
throws org.xml.sax.SAXException
- Specified by:
- endElement in interface org.xml.sax.DocumentHandler
ignorableWhitespace
public void ignorableWhitespace(char[] ch,
int start,
int length)
throws org.xml.sax.SAXException
- Specified by:
- ignorableWhitespace in interface org.xml.sax.DocumentHandler
processingInstruction
public void processingInstruction(java.lang.String target,
java.lang.String data)
throws org.xml.sax.SAXException
- Specified by:
- processingInstruction in interface org.xml.sax.DocumentHandler
setDocumentLocator
public void setDocumentLocator(org.xml.sax.Locator locator)
- Specified by:
- setDocumentLocator in interface org.xml.sax.DocumentHandler
startDocument
public void startDocument()
throws org.xml.sax.SAXException
- Specified by:
- startDocument in interface org.xml.sax.DocumentHandler
startElement
public void startElement(java.lang.String name,
org.xml.sax.AttributeList atts)
throws org.xml.sax.SAXException
- Specified by:
- startElement in interface org.xml.sax.DocumentHandler
Intalio Inc. (C) 1999-2001. All rights reserved http://www.intalio.com