public delegate void FtpDataCallback ( void** userData,
char[] data,
int len ) ;
public delegate void FtpListCallback ( void** userData,
string filename,
string attrib,
string owner,
string group,
ulong size,
int links,
int year,
string month,
int day,
int hour,
int minute ) ;
public delegate int InputCloseCallback ( void** context ) ;
public delegate int InputReadCallback ( void** context,
char[] buffer,
int len ) ;
public delegate void TextReaderErrorFunc ( void** arg,
string msg,
ParserSeverities severity,
TextReaderLocator* locator ) ;
public delegate void attributeSAXFunc ( void** ctx,
string name,
string value ) ;
public delegate void cdataBlockSAXFunc ( void** ctx,
string value,
int len ) ;
public delegate void charactersSAXFunc ( void** ctx,
string ch,
int len ) ;
public delegate void commentSAXFunc ( void** ctx,
string value ) ;
public delegate void endDocumentSAXFunc ( void** ctx ) ;
public delegate void endElementNsSAX2Func ( void** ctx,
string localname,
string prefix,
string URI ) ;
public delegate void endElementSAXFunc ( void** ctx,
string name ) ;
public delegate void entityDeclSAXFunc ( void** ctx,
string name,
int type,
string publicId,
string systemId,
string content ) ;
public delegate void errorSAXFunc ( void** ctx,
string msg,
... ) ;
public delegate void externalSubsetSAXFunc ( void** ctx,
string name,
string ExternalID,
string SystemID ) ;
public delegate void fatalErrorSAXFunc ( void** ctx,
string msg,
... ) ;
public delegate int hasExternalSubsetSAXFunc ( void** ctx ) ;
public delegate int hasInternalSubsetSAXFunc ( void** ctx ) ;
public delegate void ignorableWhitespaceSAXFunc ( void** ctx,
string ch,
int len ) ;
public delegate void internalSubsetSAXFunc ( void** ctx,
string name,
string ExternalID,
string SystemID ) ;
public delegate int isStandaloneSAXFunc ( void** ctx ) ;
public delegate void notationDeclSAXFunc ( void** ctx,
string name,
string publicId,
string systemId ) ;
public delegate void processingInstructionSAXFunc ( void** ctx,
string target,
string data ) ;
public delegate void referenceSAXFunc ( void** ctx,
string name ) ;
public delegate void startDocumentSAXFunc ( void** ctx ) ;
public delegate void startElementNsSAX2Func ( void** ctx,
string localname,
string prefix,
string URI,
int nb_namespaces,
string[] namespaces,
int nb_attributes,
int nb_defaulted,
string[] attributes ) ;
public delegate void startElementSAXFunc ( void** ctx,
string name,
string[] atts ) ;
public delegate void unparsedEntityDeclSAXFunc ( void** ctx,
string name,
string publicId,
string systemId,
string notationName ) ;
public delegate void warningSAXFunc ( void** ctx,
string msg,
... ) ;
public delegate void FtpDataCallback ( void** userData,
char[] data,
int len ) ;
public delegate void FtpListCallback ( void** userData,
string filename,
string attrib,
string owner,
string group,
ulong size,
int links,
int year,
string month,
int day,
int hour,
int minute ) ;
public delegate int InputCloseCallback ( void** context ) ;
public delegate int InputReadCallback ( void** context,
char[] buffer,
int len ) ;
public delegate void TextReaderErrorFunc ( void** arg,
string msg,
ParserSeverities severity,
TextReaderLocator* locator ) ;
public delegate void attributeSAXFunc ( void** ctx,
string name,
string value ) ;
public delegate void cdataBlockSAXFunc ( void** ctx,
string value,
int len ) ;
public delegate void charactersSAXFunc ( void** ctx,
string ch,
int len ) ;
public delegate void commentSAXFunc ( void** ctx,
string value ) ;
public delegate void endDocumentSAXFunc ( void** ctx ) ;
public delegate void endElementNsSAX2Func ( void** ctx,
string localname,
string prefix,
string URI ) ;
public delegate void endElementSAXFunc ( void** ctx,
string name ) ;
public delegate void entityDeclSAXFunc ( void** ctx,
string name,
int type,
string publicId,
string systemId,
string content ) ;
public delegate void errorSAXFunc ( void** ctx,
string msg,
... ) ;
public delegate void externalSubsetSAXFunc ( void** ctx,
string name,
string ExternalID,
string SystemID ) ;
public delegate void fatalErrorSAXFunc ( void** ctx,
string msg,
... ) ;
public delegate int hasExternalSubsetSAXFunc ( void** ctx ) ;
public delegate int hasInternalSubsetSAXFunc ( void** ctx ) ;
public delegate void ignorableWhitespaceSAXFunc ( void** ctx,
string ch,
int len ) ;
public delegate void internalSubsetSAXFunc ( void** ctx,
string name,
string ExternalID,
string SystemID ) ;
public delegate int isStandaloneSAXFunc ( void** ctx ) ;
public delegate void notationDeclSAXFunc ( void** ctx,
string name,
string publicId,
string systemId ) ;
public delegate void processingInstructionSAXFunc ( void** ctx,
string target,
string data ) ;
public delegate void referenceSAXFunc ( void** ctx,
string name ) ;
public delegate void startDocumentSAXFunc ( void** ctx ) ;
public delegate void startElementNsSAX2Func ( void** ctx,
string localname,
string prefix,
string URI,
int nb_namespaces,
string[] namespaces,
int nb_attributes,
int nb_defaulted,
string[] attributes ) ;
public delegate void startElementSAXFunc ( void** ctx,
string name,
string[] atts ) ;
public delegate void unparsedEntityDeclSAXFunc ( void** ctx,
string name,
string publicId,
string systemId,
string notationName ) ;
public delegate void warningSAXFunc ( void** ctx,
string msg,
... ) ;
Created by Valadoc