PTLib
Version 2.14.3
|
This is the complete list of members for PXMLStreamParser, including all inherited members.
AddCharacterData(const char *data, int len) | PXMLParser | virtual |
Class() | PObject | inlinestatic |
Clone() const | PObject | virtual |
CloneAs() const | PObject | inline |
Compare(const PObject &obj) const | PObject | virtual |
CompareObjectMemoryDirect(const PObject &obj) const | PObject | virtual |
Comparison enum name | PObject | |
DEFAULT_MAX_ENTITY_LENGTH enum value | PXMLBase | |
EndDocTypeDecl() | PXMLParserBase | virtual |
EndElement(const char *name) | PXMLStreamParser | virtual |
EndNamespaceDeclHandler(const char *prefix) | PXMLParserBase | virtual |
EqualTo enum value | PObject | |
GetClass(unsigned ancestor=0) const | PObject | inlinevirtual |
GetDocument() const | PXMLParser | inline |
GetErrorInfo(PString &errorString, unsigned &errorCol, unsigned &errorLine) const | PXMLParserBase | |
GetFilePosition(unsigned &col, unsigned &line) const | PXMLParserBase | |
GetMaxEntityLength() const | PXMLBase | inline |
GetOptions() const | PXMLBase | inline |
GetTraceContextIdentifier() const | PObject | inline |
GetTraceContextIdentifier(PObject &obj) | PObject | inline |
GetTraceContextIdentifier(PObject *obj) | PObject | inline |
GreaterThan enum value | PObject | |
HashFunction() const | PObject | virtual |
InternalCompareObjectMemoryDirect(const PObject *obj1, const PObject *obj2, PINDEX size) | PObject | static |
InternalIsDescendant(const char *clsName) const | PObject | inlinevirtual |
IsClass(const char *cls) const | PObject | inline |
IsNoIndentElement(const PString &) const | PXMLBase | inlinevirtual |
IsParsing() const | PXMLParserBase | inline |
IsStandAlone enum value | PXMLBase | |
LessThan enum value | PObject | |
m_consumed | PXMLParserBase | protected |
m_context | PXMLParserBase | protected |
m_currentElement | PXMLParser | protected |
m_document | PXMLParser | protected |
m_lastData | PXMLParser | protected |
m_maxEntityLength | PXMLBase | protected |
m_nameSpaces | PXMLParser | protected |
m_options | PXMLBase | protected |
m_parsing | PXMLParserBase | protected |
m_percent | PXMLParserBase | protected |
m_total | PXMLParserBase | protected |
m_traceContextIdentifier | PObject | protected |
m_userAborted | PXMLParserBase | protected |
messages | PXMLStreamParser | protected |
NotStandAlone enum value | PXMLBase | |
operator!=(const PObject &obj) const | PObject | inline |
operator<(const PObject &obj) const | PObject | inline |
operator<=(const PObject &obj) const | PObject | inline |
operator==(const PObject &obj) const | PObject | inline |
operator>(const PObject &obj) const | PObject | inline |
operator>=(const PObject &obj) const | PObject | inline |
OutputIndent(ostream &strm, int indent, const PString &elementName=PString::Empty()) const | PXMLBase | |
OutputProgress() const | PXMLBase | inlinevirtual |
P_DECLARE_BITWISE_ENUM_EX(Options, 7,(NoOptions, Indent, IndentWithTabs, NewLineAfterElement, NoIgnoreWhiteSpace, CloseExtended, WithNS, FragmentOnly), AllOptions=(1<<(6+1))-1) | PXMLBase | |
Parse(istream &strm) | PXMLParserBase | |
Parse(const char *data, size_t dataLen, bool final) | PXMLParserBase | |
PObject() | PObject | inlineprotected |
PrintOn(ostream &strm) const | PObject | virtual |
Progress() | PXMLParser | virtual |
PTraceObjectInstance() const | PObject | inline |
PTraceObjectInstance(const char *) | PObject | inlinestatic |
PTraceObjectInstance(const PObject *obj) | PObject | inlinestatic |
PXMLBase(Options opts=NoOptions) | PXMLBase | |
PXMLParser(PXML &doc, Options options, off_t progressTotal) | PXMLParser | |
PXMLParserBase(bool withNS) | PXMLParserBase | protected |
PXMLStreamParser(PXML &doc, Options options=NoOptions) | PXMLStreamParser | |
Read(PChannel *channel) | PXMLStreamParser | virtual |
ReadFrom(istream &strm) | PObject | virtual |
SetMaxEntityLength(unsigned len) | PXMLBase | inline |
SetOptions(Options opts) | PXMLBase | inline |
SetTraceContextIdentifier(unsigned id) | PObject | inline |
SetTraceContextIdentifier(const PObject &obj) | PObject | inline |
SetTraceContextIdentifier(const PObject *obj) | PObject | inline |
StandAloneType enum name | PXMLBase | |
StartDocTypeDecl(const char *docType, const char *sysid, const char *pubid, int hasInternalSubSet) | PXMLParser | virtual |
StartElement(const char *name, const char **attrs) | PXMLParser | virtual |
StartNamespaceDeclHandler(const char *prefix, const char *uri) | PXMLParser | virtual |
UninitialisedStandAlone enum value | PXMLBase | |
UnknownStandAlone enum value | PXMLBase | |
XmlDecl(const char *version, const char *encoding, int standAlone) | PXMLParser | virtual |
~PObject() | PObject | inlinevirtual |
~PXMLParserBase() | PXMLParserBase |