Table of Contents

Interface IXMLReader

Namespace
Org.Xml.Sax
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IXMLReader

Properties

ContentHandler

ContentHandler ContentHandler { get; set; }

Property Value

ContentHandler

DTDHandler

DTDHandler DTDHandler { get; set; }

Property Value

DTDHandler

EntityResolver

EntityResolver EntityResolver { get; set; }

Property Value

EntityResolver

ErrorHandler

ErrorHandler ErrorHandler { get; set; }

Property Value

ErrorHandler

Methods

GetFeature(String)

bool GetFeature(String arg0)

Parameters

arg0 String

String

Returns

bool

bool

Exceptions

SAXNotRecognizedException
SAXNotSupportedException

GetProperty(String)

object GetProperty(String arg0)

Parameters

arg0 String

String

Returns

object

object

Exceptions

SAXNotRecognizedException
SAXNotSupportedException

Parse(String)

void Parse(String arg0)

Parameters

arg0 String

String

Exceptions

IOException
SAXException

Parse(InputSource)

void Parse(InputSource arg0)

Parameters

arg0 InputSource

InputSource

Exceptions

IOException
SAXException

SetFeature(String, bool)

void SetFeature(String arg0, bool arg1)

Parameters

arg0 String

String

arg1 bool

bool

Exceptions

SAXNotRecognizedException
SAXNotSupportedException

SetProperty(String, object)

void SetProperty(String arg0, object arg1)

Parameters

arg0 String

String

arg1 object

object

Exceptions

SAXNotRecognizedException
SAXNotSupportedException