Table of Contents

Class LSParser

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

LSParser()

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

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

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

Parameters

args object[]

Properties

ACTION_APPEND_AS_CHILDREN

public static short ACTION_APPEND_AS_CHILDREN { get; }

Property Value

short

ACTION_INSERT_AFTER

public static short ACTION_INSERT_AFTER { get; }

Property Value

short

ACTION_INSERT_BEFORE

public static short ACTION_INSERT_BEFORE { get; }

Property Value

short

ACTION_REPLACE

public static short ACTION_REPLACE { get; }

Property Value

short

ACTION_REPLACE_CHILDREN

public static short ACTION_REPLACE_CHILDREN { get; }

Property Value

short

Async

public bool Async { get; }

Property Value

bool

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

Busy

public bool Busy { get; }

Property Value

bool

DomConfig

public DOMConfiguration DomConfig { get; }

Property Value

DOMConfiguration

Filter

public LSParserFilter Filter { get; set; }

Property Value

LSParserFilter

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

Abort()

public void Abort()

Parse(LSInput)

public Document Parse(LSInput arg0)

Parameters

arg0 LSInput

LSInput

Returns

Document

Document

Exceptions

DOMException
LSException

ParseURI(String)

public Document ParseURI(String arg0)

Parameters

arg0 String

String

Returns

Document

Document

Exceptions

DOMException
LSException

ParseWithContext(LSInput, Node, short)

public Node ParseWithContext(LSInput arg0, Node arg1, short arg2)

Parameters

arg0 LSInput

LSInput

arg1 Node

Node

arg2 short

short

Returns

Node

Node

Exceptions

DOMException
LSException