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

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

Introduction

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

The text is from its open source code.

Implementation

javax.xml.transform.Source has the following implementations.
Click this link to see all its implementation.

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 Source.
StringtoString()
Returns a string representation of the object.