MUSX Document Model
|
Provides an implementation of musx::xml::IXmlAttribute, musx::xml::IXmlElement, and musx::xml::IXmlDocument using the rapidxml library. More...
Classes | |
class | Attribute |
Implementation of IXmlAttribute using rapidxml. More... | |
class | Document |
Implementation of IXmlDocument using rapidxml. More... | |
class | Element |
Implementation of IXmlElement using rapidxml. More... | |
Provides an implementation of musx::xml::IXmlAttribute, musx::xml::IXmlElement, and musx::xml::IXmlDocument using the rapidxml library.
This namespace contains optional implementations of the musx XML interfaces based on the rapidxml 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.