Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
javax.xml.transform.sax.SAXResult
Field Summary | |
static String |
|
Fields inherited from interface javax.xml.transform.Result | |
PI_DISABLE_OUTPUT_ESCAPING , PI_ENABLE_OUTPUT_ESCAPING |
Constructor Summary | |
| |
|
Method Summary | |
ContentHandler |
|
LexicalHandler |
|
String |
|
void |
|
void |
|
void |
|
public static final String FEATURE
Factory feature indicating that SAX results are supported.
public ContentHandler getHandler()
Returns the content handler to which result document events will be propagated.
public LexicalHandler getLexicalHandler()
Returns the lexical handler to which lexical events will be propagated. If a lexical handler is not set, the transformer should attempt to cast the content handler to a lexical handler.
public String getSystemId()
Returns the system ID which this result represnts.
- Specified by:
- getSystemId in interface Result
public void setHandler(ContentHandler handler)
Sets the content handler to which result document events will be propagated.
public void setLexicalHandler(LexicalHandler handler)
Sets the lexical handler to which lexical events will be propagated. If a lexical handler is not set, the transformer should attempt to cast the content handler to a lexical handler.