Table of Contents

Interface IDocumentHandler

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/DocumentHandler.html

public interface IDocumentHandler

Methods

Characters(char[], int, int)

void Characters(char[] arg0, int arg1, int arg2)

Parameters

arg0 char[]

char

arg1 int

int

arg2 int

int

Exceptions

SAXException

EndDocument()

void EndDocument()

Exceptions

SAXException

EndElement(String)

void EndElement(String arg0)

Parameters

arg0 String

String

Exceptions

SAXException

IgnorableWhitespace(char[], int, int)

void IgnorableWhitespace(char[] arg0, int arg1, int arg2)

Parameters

arg0 char[]

char

arg1 int

int

arg2 int

int

Exceptions

SAXException

ProcessingInstruction(String, String)

void ProcessingInstruction(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Exceptions

SAXException

SetDocumentLocator(Locator)

void SetDocumentLocator(Locator arg0)

Parameters

arg0 Locator

Locator

StartDocument()

void StartDocument()

Exceptions

SAXException

StartElement(String, AttributeList)

void StartElement(String arg0, AttributeList arg1)

Parameters

arg0 String

String

arg1 AttributeList

AttributeList

Exceptions

SAXException