Class SgmlParser.ContentHandler
public abstract class SgmlParser.ContentHandler
- Inheritance
-
SgmlParser.ContentHandler
- Derived
- Inherited Members
Methods
Characters(string)
public virtual void Characters(string chars)
Parameters
charsstring
Exceptions
- InvalidFormatException
if the characters cannot be handled
EndElement(string)
public virtual void EndElement(string name)
Parameters
namestring
Exceptions
- InvalidFormatException
if the element cannot be handled
StartElement(string, IDictionary<string, string>)
public virtual void StartElement(string name, IDictionary<string, string> attributes)
Parameters
namestringattributesIDictionary<string, string>
Exceptions
- InvalidFormatException
if the element cannot be handled