MUSX Document Model
Loading...
Searching...
No Matches
musx::xml::pugi Namespace Reference

Provides an implementation of musx::xml::IXmlAttribute, musx::xml::IXmlElement, and musx::xml::IXmlDocument using the PugiXML library. More...

Classes

class  Attribute
 Implementation of IXmlAttribute using PugiXML. More...
 
class  Document
 Implementation of IXmlDocument using PugiXML. More...
 
class  Element
 Implementation of IXmlElement using PugiXML. More...
 

Detailed Description

Provides an implementation of musx::xml::IXmlAttribute, musx::xml::IXmlElement, and musx::xml::IXmlDocument using the PugiXML library.

This namespace contains optional implementations of the musx XML interfaces based on the PugiXML library. Users can replace this implementation with their own by adhering to the musx::xml::IXml* interfaces. This design allows flexibility to use any XML parsing library without modifying the core musx interfaces.