org.apache.xalan.xsltc.runtime.output
public class TransletOutputHandlerFactory extends Object
| Field Summary | |
|---|---|
| static int | DOM |
| static int | SAX |
| static int | STREAM |
| Method Summary | |
|---|---|
| Node | getNode() |
| SerializationHandler | getSerializationHandler() |
| static TransletOutputHandlerFactory | newInstance() |
| void | setEncoding(String encoding) |
| void | setHandler(ContentHandler handler) |
| void | setIndentNumber(int value) |
| void | setLexicalHandler(LexicalHandler lex) |
| void | setNextSibling(Node nextSibling) |
| void | setNode(Node node) |
| void | setOutputMethod(String method) |
| void | setOutputStream(OutputStream ostream) |
| void | setOutputType(int outputType) |
| void | setWriter(Writer writer) |