javax.xml.transform.sax
public class SAXResult extends Object implements Result
| Field Summary | |
|---|---|
| static String | FEATURE
Factory feature indicating that SAX results are supported. |
| Constructor Summary | |
|---|---|
| SAXResult()
Default constructor. | |
| SAXResult(ContentHandler handler)
Constructor specifying a content handler. | |
| Method Summary | |
|---|---|
| ContentHandler | getHandler()
Returns the content handler to which result document events will be
propagated. |
| LexicalHandler | getLexicalHandler()
Returns the lexical handler to which lexical events will be propagated.
|
| String | getSystemId()
Returns the system ID which this result represnts. |
| void | setHandler(ContentHandler handler)
Sets the content handler to which result document events will be
propagated. |
| void | setLexicalHandler(LexicalHandler handler)
Sets the lexical handler to which lexical events will be propagated.
|
| void | setSystemId(String systemId)
Sets the system ID which this result represents. |