javax.xml.transform
Interface Result

All Known Implementing Classes:
DOMResult, SAXResult, StreamResult

public interface Result

Result

Version:
1.0
Author:
Andrew Selkirk

Field Summary
static java.lang.String PI_DISABLE_OUTPUT_ESCAPING
           
static java.lang.String PI_ENABLE_OUTPUT_ESCAPING
           
 
Method Summary
 java.lang.String getSystemId()
           
 void setSystemId(java.lang.String systemID)
           
 

Field Detail

PI_DISABLE_OUTPUT_ESCAPING

public static final java.lang.String PI_DISABLE_OUTPUT_ESCAPING

PI_ENABLE_OUTPUT_ESCAPING

public static final java.lang.String PI_ENABLE_OUTPUT_ESCAPING
Method Detail

getSystemId

public java.lang.String getSystemId()

setSystemId

public void setSystemId(java.lang.String systemID)


Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2001-11-20.