MUSX Document Model
Loading...
Searching...
No Matches
musx::factory::TextsFactory Class Reference

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={})
 

Detailed Description

Creates a texts pool from an XML <texts> element.

Member Function Documentation

◆ create()

dom::TextsPoolPtr musx::factory::TextsFactory::create ( ConstructionContext context,
const xml::XmlElementPtr element,
const dom::DocumentPtr document,
const NodeFilter filter = {} 
)
static
Parameters
elementThe element whose children are created.
documentThe document that owns the created objects.
filter[optional] Restricts creation to the children it accepts. See NodeFilter.