Java javax.xml.transform Result fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.transform Result fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.transform Result.

The text is from its open source code.

Field

StringPI_DISABLE_OUTPUT_ESCAPING
The name of the processing instruction that is sent if the result tree disables output escaping.
StringPI_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.

Method

ClassgetClass()
Returns the runtime class of this Object .
StringgetSystemId()
Get the system identifier that was set with setSystemId.
voidsetSystemId(String systemId)
Set the system identifier for this Result.
StringtoString()
Returns a string representation of the object.