Table of Contents

Class StreamSource

Namespace
Javax.Xml.Transform.Stream
Assembly
MASES.JNet.dll
public class StreamSource : Source, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ISource
Inheritance
StreamSource
Implements
Inherited Members
Extension Methods

Constructors

StreamSource()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public StreamSource()

StreamSource(File)

public StreamSource(File arg0)

Parameters

arg0 File

File

StreamSource(InputStream)

public StreamSource(InputStream arg0)

Parameters

arg0 InputStream

InputStream

StreamSource(InputStream, String)

public StreamSource(InputStream arg0, String arg1)

Parameters

arg0 InputStream

InputStream

arg1 String

String

StreamSource(Reader)

public StreamSource(Reader arg0)

Parameters

arg0 Reader

Reader

StreamSource(Reader, String)

public StreamSource(Reader arg0, String arg1)

Parameters

arg0 Reader

Reader

arg1 String

String

StreamSource(String)

public StreamSource(String arg0)

Parameters

arg0 String

String

StreamSource(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public StreamSource(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

FEATURE

public static String FEATURE { get; }

Property Value

String

InputStream

public InputStream InputStream { get; set; }

Property Value

InputStream

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements Closeable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

PublicId

public String PublicId { get; set; }

Property Value

String

Reader

public Reader Reader { get; set; }

Property Value

Reader

SystemId

public String SystemId { get; }

Property Value

String

Methods

IsEmpty()

public bool IsEmpty()

Returns

bool

bool

SetSystemId(File)

public void SetSystemId(File arg0)

Parameters

arg0 File

File

SetSystemId(String)

public void SetSystemId(String arg0)

Parameters

arg0 String

String