Cuberite
A lightweight, fast and extensible game server for Minecraft
|
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 > | inlineprotectedstatic |
CommentHandler(void *pUserData, const XML_Char *pszData) | CExpatImpl< _T > | inlineprotectedstatic |
Create(const XML_Char *pszEncoding=nullptr, const XML_Char *pszSep=nullptr) | CExpatImpl< _T > | inline |
DefaultHandler(void *pUserData, const XML_Char *pszData, int nLength) | CExpatImpl< _T > | inlineprotectedstatic |
Destroy(void) | CExpatImpl< _T > | inline |
EnableCdataSectionHandler(bool fEnable=true) | CExpatImpl< _T > | inlineprotected |
EnableCharacterDataHandler(bool fEnable=true) | CExpatImpl< _T > | inlineprotected |
EnableCommentHandler(bool fEnable=true) | CExpatImpl< _T > | inlineprotected |
EnableDefaultHandler(bool fEnable=true, bool fExpand=true) | CExpatImpl< _T > | inlineprotected |
EnableDoctypeDeclHandler(bool fEnable=true) | CExpatImpl< _T > | inlineprotected |
EnableElementHandler(bool fEnable=true) | CExpatImpl< _T > | inlineprotected |
EnableEndCdataSectionHandler(bool fEnable=true) | CExpatImpl< _T > | inlineprotected |
EnableEndDoctypeDeclHandler(bool fEnable=true) | CExpatImpl< _T > | inlineprotected |
EnableEndElementHandler(bool fEnable=true) | CExpatImpl< _T > | inlineprotected |
EnableEndNamespaceDeclHandler(bool fEnable=true) | CExpatImpl< _T > | inlineprotected |
EnableExternalEntityRefHandler(bool fEnable=true) | CExpatImpl< _T > | inlineprotected |
EnableNamespaceDeclHandler(bool fEnable=true) | CExpatImpl< _T > | inlineprotected |
EnableProcessingInstructionHandler(bool fEnable=true) | CExpatImpl< _T > | inlineprotected |
EnableStartCdataSectionHandler(bool fEnable=true) | CExpatImpl< _T > | inlineprotected |
EnableStartDoctypeDeclHandler(bool fEnable=true) | CExpatImpl< _T > | inlineprotected |
EnableStartElementHandler(bool fEnable=true) | CExpatImpl< _T > | inlineprotected |
EnableStartNamespaceDeclHandler(bool fEnable=true) | CExpatImpl< _T > | inlineprotected |
EnableUnknownEncodingHandler(bool fEnable=true) | CExpatImpl< _T > | inlineprotected |
EnableXmlDeclHandler(bool fEnable=true) | CExpatImpl< _T > | inlineprotected |
EndCdataSectionHandler(void *pUserData) | CExpatImpl< _T > | inlineprotectedstatic |
EndDoctypeDeclHandler(void *pUserData) | CExpatImpl< _T > | inlineprotectedstatic |
EndElementHandler(void *pUserData, const XML_Char *pszName) | CExpatImpl< _T > | inlineprotectedstatic |
EndNamespaceDeclHandler(void *pUserData, const XML_Char *pszPrefix) | CExpatImpl< _T > | inlineprotectedstatic |
ExternalEntityRefHandler(void *pUserData, const XML_Char *pszContext, const XML_Char *pszBase, const XML_Char *pszSystemID, const XML_Char *pszPublicID) | CExpatImpl< _T > | inlineprotectedstatic |
FindAttr(const XML_Char **iAttrs, const XML_Char *iAttrToFind) | CExpatImpl< _T > | inlineprotectedstatic |
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 > | inlinestatic |
GetExpatVersion() | CExpatImpl< _T > | inlinestatic |
GetExpatVersion(int *pnMajor, int *pnMinor, int *pnMicro) | CExpatImpl< _T > | inlinestatic |
GetInputContext(int *pnOffset, int *pnSize) | CExpatImpl< _T > | inline |
m_p | CExpatImpl< _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 > | inlineprotected |
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, 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 > | inlineprotectedstatic |
StartCdataSectionHandler(void *pUserData) | CExpatImpl< _T > | inlineprotectedstatic |
StartDoctypeDeclHandler(void *pUserData, const XML_Char *pszDoctypeName, const XML_Char *pszSysID, const XML_Char *pszPubID, int nHasInternalSubset) | CExpatImpl< _T > | inlineprotectedstatic |
StartElementHandler(void *pUserData, const XML_Char *pszName, const XML_Char **papszAttrs) | CExpatImpl< _T > | inlineprotectedstatic |
StartNamespaceDeclHandler(void *pUserData, const XML_Char *pszPrefix, const XML_Char *pszURI) | CExpatImpl< _T > | inlineprotectedstatic |
UnknownEncodingHandler(void *pUserData, const XML_Char *pszName, XML_Encoding *pInfo) | CExpatImpl< _T > | inlineprotectedstatic |
XmlDeclHandler(void *pUserData, const XML_Char *pszVersion, const XML_Char *pszEncoding, int nStandalone) | CExpatImpl< _T > | inlineprotectedstatic |
~CExpatImpl() | CExpatImpl< _T > | inline |