nu.validator.xml
Class XhtmlSaxEmitter
java.lang.Object
nu.validator.xml.SaxEmitter
nu.validator.xml.XhtmlSaxEmitter
public class XhtmlSaxEmitter
- extends SaxEmitter
- Version:
- $Id: XhtmlSaxEmitter.java 9 2007-08-11 08:40:38Z hsivonen $
- Author:
- hsivonen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attrs
private final AttributesImpl attrs
XHTML_NS
public static final String XHTML_NS
- See Also:
- Constant Field Values
XhtmlSaxEmitter
public XhtmlSaxEmitter(ContentHandler contentHandler)
- Parameters:
contentHandler
-
startElement
public void startElement(String name,
Attributes attrs)
throws SAXException
- Throws:
SAXException
startElement
public void startElement(String name)
throws SAXException
- Throws:
SAXException
endElement
public void endElement(String name)
throws SAXException
- Throws:
SAXException
startElementWithClass
public void startElementWithClass(String name,
String clazz)
throws SAXException
- Throws:
SAXException
option
public void option(String label,
String value,
boolean selected)
throws SAXException
- Throws:
SAXException
checkbox
public void checkbox(String name,
String value,
boolean checked)
throws SAXException
- Throws:
SAXException