ResponseWriter Convenience Methods
startElement and endElement:
- Produce element delimiters like <input .../> and
<input ...>...</input>
- Keep track of any child elements
writeAttribute:
- Writes an attribute name/value pair with appropriate escape characters
- Example: value="1"
The last parameter of startElement and writeAttribute is
intended for tool support; currently unused.