MUSX Document Model
|
Represents a document object that encapsulates the entire EnigmaXML structure. More...
#include <Document.h>
Public Member Functions | |
HeaderPtr & | getHeader () |
Retrieves the header. | |
const HeaderPtr & | getHeader () const |
Retrieves the const header. | |
OptionsPoolPtr & | getOptions () |
Retrieves the options pool. | |
const OptionsPoolPtr & | getOptions () const |
Retrieves the const options pool. | |
OthersPoolPtr & | getOthers () |
Retrieves the others pool. | |
const OthersPoolPtr & | getOthers () const |
Retrieves the const others pool. | |
DetailsPoolPtr & | getDetails () |
Retrieves the details pool. | |
const DetailsPoolPtr & | getDetails () const |
Retrieves the const others pool. | |
EntryPoolPtr & | getEntries () |
Retrieves the entry pool. | |
const EntryPoolPtr & | getEntries () const |
Retrieves the entry others pool. | |
TextsPoolPtr & | getTexts () |
Retrieves the texts pool. | |
const TextsPoolPtr & | getTexts () const |
Retrieves the const texts pool. | |
Friends | |
class | musx::factory::DocumentFactory |
Represents a document object that encapsulates the entire EnigmaXML structure.