TSDuck v3.38-3708
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
ts::TextParser Member List

This is the complete list of members for ts::TextParser, including all inherited members.

clear()ts::TextParservirtual
eof() constts::TextParser
eol() constts::TextParser
isAtNumberStart() constts::TextParservirtual
isAtPosition(const Position &pos) constts::TextParser
isAtXMLNameStart() constts::TextParservirtual
isXMLNameChar(UChar c) constts::TextParservirtual
isXMLNameStartChar(UChar c) constts::TextParservirtual
lineNumber() constts::TextParserinline
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::TextParservirtual
parseNumericLiteral(UString &str, bool allowHexa=false, bool allowFloat=true)ts::TextParservirtual
parseStringLiteral(UString &str, UChar requiredQuote=CHAR_NULL)ts::TextParservirtual
parseText(UString &result, const UString endToken, bool skipIfMatch, bool translateEntities)ts::TextParservirtual
parseXMLName(UString &name)ts::TextParservirtual
position() constts::TextParserinline
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::TextParservirtual