Table of Contents

Interface IParser

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

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/org/xml/sax/Parser.html

public interface IParser

Methods

Parse(String)

void Parse(String arg0)

Parameters

arg0 String

String

Exceptions

SAXException
IOException

Parse(InputSource)

void Parse(InputSource arg0)

Parameters

arg0 InputSource

InputSource

Exceptions

SAXException
IOException

SetDTDHandler(DTDHandler)

void SetDTDHandler(DTDHandler arg0)

Parameters

arg0 DTDHandler

DTDHandler

SetDocumentHandler(DocumentHandler)

void SetDocumentHandler(DocumentHandler arg0)

Parameters

arg0 DocumentHandler

DocumentHandler

SetEntityResolver(EntityResolver)

void SetEntityResolver(EntityResolver arg0)

Parameters

arg0 EntityResolver

EntityResolver

SetErrorHandler(ErrorHandler)

void SetErrorHandler(ErrorHandler arg0)

Parameters

arg0 ErrorHandler

ErrorHandler

SetLocale(Locale)

void SetLocale(Locale arg0)

Parameters

arg0 Locale

Locale

Exceptions

SAXException