nu.validator.xml
Class SaxEmitter
java.lang.Object
nu.validator.xml.SaxEmitter
- Direct Known Subclasses:
- XhtmlSaxEmitter, XmlSaxEmitter
public class SaxEmitter
- extends Object
- Version:
- $Id: SaxEmitter.java 13 2007-09-20 12:47:56Z hsivonen $
- Author:
- hsivonen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
contentHandler
protected ContentHandler contentHandler
SaxEmitter
public SaxEmitter(ContentHandler contentHandler)
- Parameters:
contentHandler
-
startElement
public void startElement(String ns,
String name,
Attributes attrs)
throws SAXException
- Throws:
SAXException
startElement
public void startElement(String ns,
String name)
throws SAXException
- Throws:
SAXException
endElement
public void endElement(String ns,
String name)
throws SAXException
- Throws:
SAXException
characters
public void characters(String content)
throws SAXException
- Throws:
SAXException
characters
public void characters(char[] content)
throws SAXException
- Throws:
SAXException
characters
public void characters(char[] buffer,
int offset,
int length)
throws SAXException
- Throws:
SAXException