com.sun.wts.tools.htmlmacro
Class HTMLOutput

java.lang.Object
  extended by org.apache.commons.jelly.XMLOutput
      extended by com.sun.wts.tools.htmlmacro.HTMLOutput
All Implemented Interfaces:
org.xml.sax.ContentHandler, org.xml.sax.ext.LexicalHandler

public class HTMLOutput
extends org.apache.commons.jelly.XMLOutput

Author:
Kohsuke Kawaguchi

Field Summary
 
Fields inherited from class org.apache.commons.jelly.XMLOutput
LEXICAL_HANDLER_NAMES
 
Constructor Summary
HTMLOutput()
           
 
Method Summary
static org.apache.commons.jelly.XMLOutput create(java.io.OutputStream os, java.lang.String encoding)
           
 
Methods inherited from class org.apache.commons.jelly.XMLOutput
characters, close, comment, createDummyXMLOutput, createXMLOutput, createXMLOutput, createXMLOutput, createXMLOutput, createXMLOutput, createXMLOutput, endCDATA, endDocument, endDTD, endElement, endElement, endEntity, endPrefixMapping, flush, getContentHandler, getLexicalHandler, ignorableWhitespace, objectData, processingInstruction, setContentHandler, setDocumentLocator, setLexicalHandler, skippedEntity, startCDATA, startDocument, startDTD, startElement, startElement, startElement, startEntity, startPrefixMapping, toString, write, writeCDATA, writeComment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HTMLOutput

public HTMLOutput()
Method Detail

create

public static org.apache.commons.jelly.XMLOutput create(java.io.OutputStream os,
                                                        java.lang.String encoding)
                                                 throws java.io.UnsupportedEncodingException
Throws:
java.io.UnsupportedEncodingException