TSDuck v3.40-3963
MPEG Transport Stream Toolkit
|
This is the complete list of members for ts::TextParser, including all inherited members.
clear() | ts::TextParser | virtual |
eof() const | ts::TextParser | |
eol() const | ts::TextParser | |
isAtNumberStart() const | ts::TextParser | virtual |
isAtPosition(const Position &pos) const | ts::TextParser | |
isAtXMLNameStart() const | ts::TextParser | virtual |
isXMLNameChar(UChar c) const | ts::TextParser | virtual |
isXMLNameStartChar(UChar c) const | ts::TextParser | virtual |
lineNumber() const | ts::TextParser | inline |
loadDocument(const UStringList &lines) | ts::TextParser | |
loadDocument(const UString &text) | ts::TextParser | |
loadFile(const fs::path &fileName) | ts::TextParser | |
loadStream(std::istream &strm) | ts::TextParser | |
match(const UString &str, bool skipIfMatch, CaseSensitivity cs=CASE_SENSITIVE) | ts::TextParser | |
parseJSONStringLiteral(UString &str) | ts::TextParser | virtual |
parseNumericLiteral(UString &str, bool allowHexa=false, bool allowFloat=true) | ts::TextParser | virtual |
parseStringLiteral(UString &str, UChar requiredQuote=CHAR_NULL) | ts::TextParser | virtual |
parseText(UString &result, const UString &endToken, bool skipIfMatch, bool translateEntities) | ts::TextParser | virtual |
parseXMLName(UString &name) | ts::TextParser | virtual |
position() const | ts::TextParser | inline |
rewind() | ts::TextParser | |
saveFile(const fs::path &fileName) | ts::TextParser | |
saveStream(std::ostream &strm) | ts::TextParser | |
seek(const Position &pos) | ts::TextParser | |
skipLine() | ts::TextParser | |
skipWhiteSpace() | ts::TextParser | |
TextParser(Report &report) | ts::TextParser | |
TextParser(const UStringList &lines, Report &report) | ts::TextParser | |
TextParser(const UString &text, Report &report) | ts::TextParser | |
~TextParser() | ts::TextParser | virtual |