Table of Contents

Class LSSerializer

Namespace
Org.W3c.Dom.Ls
Assembly
MASES.JNet.dll
public class LSSerializer : JVMBridgeBase<LSSerializer>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ILSSerializer
Inheritance
JVMBridgeBase
JVMBridgeBase<LSSerializer>
LSSerializer
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<LSSerializer>.IsAssignableFrom(IJavaType)
JVMBridgeBase<LSSerializer>.IsAssignableFrom<T>()
JVMBridgeBase<LSSerializer>.Execute<T>(params T[])
JVMBridgeBase<LSSerializer>.DynBridgeClazz
JVMBridgeBase<LSSerializer>.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

LSSerializer()

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

[Obsolete("LSSerializer 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 LSSerializer()

LSSerializer(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("LSSerializer 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 LSSerializer(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

DomConfig

public DOMConfiguration DomConfig { get; }

Property Value

DOMConfiguration

Filter

public LSSerializerFilter Filter { get; set; }

Property Value

LSSerializerFilter

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

NewLine

public String NewLine { get; set; }

Property Value

String

Methods

Write(Node, LSOutput)

public bool Write(Node arg0, LSOutput arg1)

Parameters

arg0 Node

Node

arg1 LSOutput

LSOutput

Returns

bool

bool

Exceptions

LSException

WriteToString(Node)

public String WriteToString(Node arg0)

Parameters

arg0 Node

Node

Returns

String

String

Exceptions

DOMException
LSException

WriteToURI(Node, String)

public bool WriteToURI(Node arg0, String arg1)

Parameters

arg0 Node

Node

arg1 String

String

Returns

bool

bool

Exceptions

LSException