Interface IDocumentHandler
.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
Exceptions
EndDocument()
void EndDocument()
Exceptions
EndElement(String)
void EndElement(String arg0)
Parameters
Exceptions
IgnorableWhitespace(char[], int, int)
void IgnorableWhitespace(char[] arg0, int arg1, int arg2)
Parameters
Exceptions
ProcessingInstruction(String, String)
void ProcessingInstruction(String arg0, String arg1)
Parameters
Exceptions
SetDocumentLocator(Locator)
void SetDocumentLocator(Locator arg0)
Parameters
StartDocument()
void StartDocument()
Exceptions
StartElement(String, AttributeList)
void StartElement(String arg0, AttributeList arg1)
Parameters
arg0Stringarg1AttributeList