Table of Contents

Class LSInput

Namespace
Org.W3c.Dom.Ls
Assembly
MASES.Netdroid.dll
public class LSInput : JVMBridgeBase<LSInput>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ILSInput
Inheritance
JVMBridgeBase
JVMBridgeBase<LSInput>
LSInput
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<LSInput>.IsAssignableFrom(IJavaType)
JVMBridgeBase<LSInput>.IsAssignableFrom<T>()
JVMBridgeBase<LSInput>.Execute<T>(params T[])
JVMBridgeBase<LSInput>.DynBridgeClazz
JVMBridgeBase<LSInput>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

LSInput()

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

[Obsolete("LSInput class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public LSInput()

LSInput(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

[Obsolete("LSInput class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public LSInput(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

GetBaseURI()

public String GetBaseURI()

Returns

String

String

GetByteStream()

public InputStream GetByteStream()

Returns

InputStream

InputStream

GetCertifiedText()

public bool GetCertifiedText()

Returns

bool

bool

GetCharacterStream()

public Reader GetCharacterStream()

Returns

Reader

Reader

GetEncoding()

public String GetEncoding()

Returns

String

String

GetPublicId()

public String GetPublicId()

Returns

String

String

GetStringData()

public String GetStringData()

Returns

String

String

GetSystemId()

public String GetSystemId()

Returns

String

String

SetBaseURI(String)

public void SetBaseURI(String arg0)

Parameters

arg0 String

String

SetByteStream(InputStream)

public void SetByteStream(InputStream arg0)

Parameters

arg0 InputStream

InputStream

SetCertifiedText(bool)

public void SetCertifiedText(bool arg0)

Parameters

arg0 bool

bool

SetCharacterStream(Reader)

public void SetCharacterStream(Reader arg0)

Parameters

arg0 Reader

Reader

SetEncoding(String)

public void SetEncoding(String arg0)

Parameters

arg0 String

String

SetPublicId(String)

public void SetPublicId(String arg0)

Parameters

arg0 String

String

SetStringData(String)

public void SetStringData(String arg0)

Parameters

arg0 String

String

SetSystemId(String)

public void SetSystemId(String arg0)

Parameters

arg0 String

String