Table of Contents

Interface ILSSerializer

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

.NET interface for TO BE DEFINED FROM USER

public interface ILSSerializer

Properties

DomConfig

DOMConfiguration DomConfig { get; }

Property Value

DOMConfiguration

Filter

LSSerializerFilter Filter { get; set; }

Property Value

LSSerializerFilter

NewLine

String NewLine { get; set; }

Property Value

String

Methods

Write(Node, LSOutput)

bool Write(Node arg0, LSOutput arg1)

Parameters

arg0 Node

Node

arg1 LSOutput

LSOutput

Returns

bool

bool

Exceptions

LSException

WriteToString(Node)

String WriteToString(Node arg0)

Parameters

arg0 Node

Node

Returns

String

String

Exceptions

DOMException
LSException

WriteToURI(Node, String)

bool WriteToURI(Node arg0, String arg1)

Parameters

arg0 Node

Node

arg1 String

String

Returns

bool

bool

Exceptions

LSException