fi.karppinen.xml
Class XhtmlEmitter
java.lang.Object
fi.iki.hsivonen.xml.SaxEmitter
fi.iki.hsivonen.xml.XhtmlSaxEmitter
fi.karppinen.xml.XhtmlEmitter
public class XhtmlEmitter
- extends XhtmlSaxEmitter
Additional methods to XhtmlSaxEmitter
.
- Version:
- $Id: XhtmlEmitter.java,v 1.2 2006/12/01 12:37:00 hsivonen Exp $
- Author:
- hsivonen
Method Summary |
void |
checkbox(String name,
boolean checked)
|
void |
headCell(String text,
String align)
|
void |
hidden(String name,
String value)
|
void |
radioButton(String name,
String value,
boolean checked)
|
void |
radioButtonCell(String name,
String value,
boolean checked,
String align)
|
void |
startElement(String name,
Locale lang)
|
void |
startElementWithClass(String name,
String clazz)
|
void |
submitButton(String name,
String value)
|
void |
textarea(String name,
String value)
|
void |
textCell(String text,
String align)
|
void |
textInput(String name,
String value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attrs
protected AttributesImpl attrs
XhtmlEmitter
public XhtmlEmitter(ContentHandler contentHandler)
- Parameters:
contentHandler
-
startElementWithClass
public void startElementWithClass(String name,
String clazz)
throws SAXException
- Overrides:
startElementWithClass
in class XhtmlSaxEmitter
- Throws:
SAXException
headCell
public void headCell(String text,
String align)
throws SAXException
- Throws:
SAXException
textCell
public void textCell(String text,
String align)
throws SAXException
- Throws:
SAXException
radioButton
public void radioButton(String name,
String value,
boolean checked)
throws SAXException
- Throws:
SAXException
checkbox
public void checkbox(String name,
boolean checked)
throws SAXException
- Throws:
SAXException
radioButtonCell
public void radioButtonCell(String name,
String value,
boolean checked,
String align)
throws SAXException
- Throws:
SAXException
submitButton
public void submitButton(String name,
String value)
throws SAXException
- Throws:
SAXException
textarea
public void textarea(String name,
String value)
throws SAXException
- Throws:
SAXException
startElement
public void startElement(String name,
Locale lang)
throws SAXException
- Throws:
SAXException
textInput
public void textInput(String name,
String value)
throws SAXException
- Parameters:
string
- answer
-
- Throws:
SAXException
hidden
public void hidden(String name,
String value)
throws SAXException
- Parameters:
string
- answer
-
- Throws:
SAXException