Table of Contents

Interface IContentHandler

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

.NET interface for TO BE DEFINED FROM USER

public interface IContentHandler

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, String, String)

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

Parameters

arg0 String

String

arg1 String

String

arg2 String

String

Exceptions

SAXException

EndPrefixMapping(String)

void EndPrefixMapping(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

SkippedEntity(String)

void SkippedEntity(String arg0)

Parameters

arg0 String

String

Exceptions

SAXException

StartDocument()

void StartDocument()

Exceptions

SAXException

StartElement(String, String, String, Attributes)

void StartElement(String arg0, String arg1, String arg2, Attributes arg3)

Parameters

arg0 String

String

arg1 String

String

arg2 String

String

arg3 Attributes

Attributes

Exceptions

SAXException

StartPrefixMapping(String, String)

void StartPrefixMapping(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Exceptions

SAXException