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

CExpat Member List

This is the complete list of members for CExpat, including all inherited members.

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


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