javax.xml.transform

Interface Result

public interface Result

Result

Version: 1.0

Author: Andrew Selkirk

Field Summary
static StringPI_DISABLE_OUTPUT_ESCAPING
static StringPI_ENABLE_OUTPUT_ESCAPING
Method Summary
StringgetSystemId()
voidsetSystemId(String systemID)

Field Detail

PI_DISABLE_OUTPUT_ESCAPING

public static final String PI_DISABLE_OUTPUT_ESCAPING

PI_ENABLE_OUTPUT_ESCAPING

public static final String PI_ENABLE_OUTPUT_ESCAPING

Method Detail

getSystemId

public String getSystemId()

setSystemId

public void setSystemId(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 2011-08-26.