Table of Contents

Interface ILexicalHandler

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

.NET interface for TO BE DEFINED FROM USER

public interface ILexicalHandler

Methods

Comment(char[], int, int)

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

Parameters

arg0 char[]

char

arg1 int

int

arg2 int

int

Exceptions

SAXException

EndCDATA()

void EndCDATA()

Exceptions

SAXException

EndDTD()

void EndDTD()

Exceptions

SAXException

EndEntity(String)

void EndEntity(String arg0)

Parameters

arg0 String

String

Exceptions

SAXException

StartCDATA()

void StartCDATA()

Exceptions

SAXException

StartDTD(String, String, String)

void StartDTD(String arg0, String arg1, String arg2)

Parameters

arg0 String

String

arg1 String

String

arg2 String

String

Exceptions

SAXException

StartEntity(String)

void StartEntity(String arg0)

Parameters

arg0 String

String

Exceptions

SAXException