TSDuck v3.37-3670
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches

Representation of XML documents. More...

Collaboration diagram for XML:

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...
 

Detailed Description

Representation of XML documents.