Table of Contents

Interface ILSParser

Namespace
Org.W3c.Dom.Ls
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface ILSParser

Properties

Async

bool Async { get; }

Property Value

bool

Busy

bool Busy { get; }

Property Value

bool

DomConfig

DOMConfiguration DomConfig { get; }

Property Value

DOMConfiguration

Filter

LSParserFilter Filter { get; set; }

Property Value

LSParserFilter

Methods

Abort()

void Abort()

Parse(LSInput)

Document Parse(LSInput arg0)

Parameters

arg0 LSInput

LSInput

Returns

Document

Document

Exceptions

DOMException
LSException

ParseURI(String)

Document ParseURI(String arg0)

Parameters

arg0 String

String

Returns

Document

Document

Exceptions

DOMException
LSException

ParseWithContext(LSInput, Node, short)

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

Parameters

arg0 LSInput

LSInput

arg1 Node

Node

arg2 short

short

Returns

Node

Node

Exceptions

DOMException
LSException