|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.xml.transform.sax.SAXResult
public class SAXResult
Specifies SAX handlers to be used as a result sink during a transformation.
Field Summary | |
---|---|
static String |
FEATURE
Factory feature indicating that SAX results are supported. |
Fields inherited from interface javax.xml.transform.Result |
---|
PI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String FEATURE
Constructor Detail |
---|
public SAXResult()
public SAXResult(ContentHandler handler)
Method Detail |
---|
public void setHandler(ContentHandler handler)
public ContentHandler getHandler()
public void setLexicalHandler(LexicalHandler handler)
public LexicalHandler getLexicalHandler()
public void setSystemId(String systemId)
setSystemId
in interface Result
systemId
- the system ID URIpublic String getSystemId()
getSystemId
in interface Result
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |