Class SgmlParser.ContentHandler

Namespace
NOpenNLP.Tools.Formats.Muc
Assembly
NOpenNLP.Tools.dll
public abstract class SgmlParser.ContentHandler
Inheritance
SgmlParser.ContentHandler
Derived
Inherited Members

Methods

Characters(string)

public virtual void Characters(string chars)

Parameters

chars string

Exceptions

InvalidFormatException

if the characters cannot be handled

EndElement(string)

public virtual void EndElement(string name)

Parameters

name string

Exceptions

InvalidFormatException

if the element cannot be handled

StartElement(string, IDictionary<string, string>)

public virtual void StartElement(string name, IDictionary<string, string> attributes)

Parameters

name string
attributes IDictionary<string, string>

Exceptions

InvalidFormatException

if the element cannot be handled