API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.transform. Result View Source
Author(s)
Jeff Suttor
Since
Version
Serial
Hierarchy
 Result
Subinterfaces
Description
public interface Result
  An object that implements this interface contains the information needed to build a transformation result tree.
See also:   
Methods
Hide/Show inherited methods
public String getSystemId ()
  Get the system identifier that was set with setSystemId.
public void setSystemId (String systemId)
  Set the system identifier for this Result.
Fields
Hide/Show inherited fields
publicfinalstatic String PI_DISABLE_OUTPUT_ESCAPING = "javax.xml.transform.disable-output-escaping"
  The name of the processing instruction that is sent if the result tree disables output escaping.
publicfinalstatic String PI_ENABLE_OUTPUT_ESCAPING = "javax.xml.transform.enable-output-escaping"
  The name of the processing instruction that is sent if the result tree enables output escaping at some point after having received a PI_DISABLE_OUTPUT_ESCAPING processing instruction.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar