Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members

CExpatImpl< T > Member List

This is the complete list of members for CExpatImpl< T >, including all inherited members.

CExpatImpl()CExpatImpl< T > [inline]
CharacterDataHandler(void *pUserData, const XML_Char *pszData, int nLength)CExpatImpl< T > [inline, protected, static]
CommentHandler(void *pUserData, const XML_Char *pszData)CExpatImpl< T > [inline, protected, static]
Create(const XML_Char *pszEncoding=NULL, const XML_Char *pszSep=NULL)CExpatImpl< T > [inline]
DefaultHandler(void *pUserData, const XML_Char *pszData, int nLength)CExpatImpl< T > [inline, protected, static]
Destroy()CExpatImpl< T > [inline]
EnableCdataSectionHandler(bool fEnable=true)CExpatImpl< T > [inline]
EnableCharacterDataHandler(bool fEnable=true)CExpatImpl< T > [inline]
EnableCommentHandler(bool fEnable=true)CExpatImpl< T > [inline]
EnableDefaultHandler(bool fEnable=true, bool fExpand=true)CExpatImpl< T > [inline]
EnableDoctypeDeclHandler(bool fEnable=true)CExpatImpl< T > [inline]
EnableElementHandler(bool fEnable=true)CExpatImpl< T > [inline]
EnableEndCdataSectionHandler(bool fEnable=true)CExpatImpl< T > [inline]
EnableEndDoctypeDeclHandler(bool fEnable=true)CExpatImpl< T > [inline]
EnableEndElementHandler(bool fEnable=true)CExpatImpl< T > [inline]
EnableEndNamespaceDeclHandler(bool fEnable=true)CExpatImpl< T > [inline]
EnableExternalEntityRefHandler(bool fEnable=true)CExpatImpl< T > [inline]
EnableNamespaceDeclHandler(bool fEnable=true)CExpatImpl< T > [inline]
EnableProcessingInstructionHandler(bool fEnable=true)CExpatImpl< T > [inline]
EnableStartCdataSectionHandler(bool fEnable=true)CExpatImpl< T > [inline]
EnableStartDoctypeDeclHandler(bool fEnable=true)CExpatImpl< T > [inline]
EnableStartElementHandler(bool fEnable=true)CExpatImpl< T > [inline]
EnableStartNamespaceDeclHandler(bool fEnable=true)CExpatImpl< T > [inline]
EnableUnknownEncodingHandler(bool fEnable=true)CExpatImpl< T > [inline]
EnableXmlDeclHandler(bool fEnable=true)CExpatImpl< T > [inline]
EndCdataSectionHandler(void *pUserData)CExpatImpl< T > [inline, protected, static]
EndDoctypeDeclHandler(void *pUserData)CExpatImpl< T > [inline, protected, static]
EndElementHandler(void *pUserData, const XML_Char *pszName)CExpatImpl< T > [inline, protected, static]
EndNamespaceDeclHandler(void *pUserData, const XML_Char *pszPrefix)CExpatImpl< T > [inline, protected, static]
ExternalEntityRefHandler(void *pUserData, const XML_Char *pszContext, const XML_Char *pszBase, const XML_Char *pszSystemID, const XML_Char *pszPublicID)CExpatImpl< T > [inline, protected, static]
GetBuffer(int nLength)CExpatImpl< T > [inline]
GetCurrentByteCount()CExpatImpl< T > [inline]
GetCurrentByteIndex()CExpatImpl< T > [inline]
GetCurrentColumnNumber()CExpatImpl< T > [inline]
GetCurrentLineNumber()CExpatImpl< T > [inline]
GetErrorCode()CExpatImpl< T > [inline]
GetErrorString()CExpatImpl< T > [inline]
GetErrorString(enum XML_Error nError)CExpatImpl< T > [inline, static]
GetExpatVersion()CExpatImpl< T > [inline, static]
GetInputContext(int *pnOffset, int *pnSize)CExpatImpl< T > [inline]
m_pCExpatImpl< T > [protected]
OnCharacterData(const XML_Char *pszData, int nLength)CExpatImpl< T > [inline]
OnComment(const XML_Char *pszData)CExpatImpl< T > [inline]
OnDefault(const XML_Char *pszData, int nLength)CExpatImpl< T > [inline]
OnEndCdataSection()CExpatImpl< T > [inline]
OnEndDoctypeDecl()CExpatImpl< T > [inline]
OnEndElement(const XML_Char *pszName)CExpatImpl< T > [inline]
OnEndNamespaceDecl(const XML_Char *pszPrefix)CExpatImpl< T > [inline]
OnExternalEntityRef(const XML_Char *pszContext, const XML_Char *pszBase, const XML_Char *pszSystemID, const XML_Char *pszPublicID)CExpatImpl< T > [inline]
OnPostCreate()CExpatImpl< T > [inline, protected]
OnProcessingInstruction(const XML_Char *pszTarget, const XML_Char *pszData)CExpatImpl< T > [inline]
OnStartCdataSection()CExpatImpl< T > [inline]
OnStartDoctypeDecl(const XML_Char *pszDoctypeName, const XML_Char *pszSysID, const XML_Char *pszPubID, bool fHasInternalSubset)CExpatImpl< T > [inline]
OnStartElement(const XML_Char *pszName, const XML_Char **papszAttrs)CExpatImpl< T > [inline]
OnStartNamespaceDecl(const XML_Char *pszPrefix, const XML_Char *pszURI)CExpatImpl< T > [inline]
OnUnknownEncoding(const XML_Char *pszName, XML_Encoding *pInfo)CExpatImpl< T > [inline]
OnXmlDecl(const XML_Char *pszVersion, const XML_Char *pszEncoding, bool fStandalone)CExpatImpl< T > [inline]
Parse(const char *pszBuffer, int nLength=-1, bool fIsFinal=true)CExpatImpl< T > [inline]
ParseBuffer(int nLength, bool fIsFinal=true)CExpatImpl< T > [inline]
ProcessingInstructionHandler(void *pUserData, const XML_Char *pszTarget, const XML_Char *pszData)CExpatImpl< T > [inline, protected, static]
StartCdataSectionHandler(void *pUserData)CExpatImpl< T > [inline, protected, static]
StartDoctypeDeclHandler(void *pUserData, const XML_Char *pszDoctypeName, const XML_Char *pszSysID, const XML_Char *pszPubID, int nHasInternalSubset)CExpatImpl< T > [inline, protected, static]
StartElementHandler(void *pUserData, const XML_Char *pszName, const XML_Char **papszAttrs)CExpatImpl< T > [inline, protected, static]
StartNamespaceDeclHandler(void *pUserData, const XML_Char *pszPrefix, const XML_Char *pszURI)CExpatImpl< T > [inline, protected, static]
UnknownEncodingHandler(void *pUserData, const XML_Char *pszName, XML_Encoding *pInfo)CExpatImpl< T > [inline, protected, static]
XmlDeclHandler(void *pUserData, const XML_Char *pszVersion, const XML_Char *pszEncoding, int nStandalone)CExpatImpl< T > [inline, protected, static]
~CExpatImpl()CExpatImpl< T > [inline]


Generated on Thu Mar 24 12:53:48 2005 for Septant by  doxygen 1.4.1