|
MUSX Document Model
|
Creates a texts pool from an XML <texts> element.
More...
#include <PoolFactory.h>
Static Public Member Functions | |
| static dom::TextsPoolPtr | create (ConstructionContext &context, const xml::XmlElementPtr &element, const dom::DocumentPtr &document, const NodeFilter &filter={}) |
Creates a texts pool from an XML <texts> element.
|
static |
| element | The element whose children are created. |
| document | The document that owns the created objects. |
| filter | [optional] Restricts creation to the children it accepts. See NodeFilter. |