TSDuck v3.40-3968
MPEG Transport Stream Toolkit
|
Representation of XML documents. More...
Files | |
file | tsxml.h |
Forward declaration of XML classes. | |
Classes | |
class | ts::xml::Attribute |
Attribute of an XML element. More... | |
class | ts::xml::Comment |
Comment in an XML document. More... | |
class | ts::xml::Declaration |
Declaration in an XML document. More... | |
class | ts::xml::Document |
Representation of an XML document. More... | |
class | ts::xml::Element |
Structured element in an XML document. More... | |
class | ts::xml::JSONConverter |
XML-to-JSON converter. More... | |
class | ts::xml::ModelDocument |
Representation of the model of an XML document. More... | |
class | ts::xml::Node |
Base class for all XML objects in a document. More... | |
class | ts::xml::PatchDocument |
Representation of an XML document which is used to patch another XML document. More... | |
class | ts::xml::RunningDocument |
Representation of a "running" XML document which is displayed on the fly. More... | |
class | ts::xml::Text |
Text element in an XML document. More... | |
class | ts::xml::Tweaks |
Global tweaks to manipulate, parse and format XML documents. More... | |
class | ts::xml::Unknown |
Unknown element in an XML document. More... | |
Representation of XML documents.