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

Creates an others pool from an XML <others> element. More...

#include <PoolFactory.h>

Static Public Member Functions

static dom::OthersPoolPtr create (ConstructionContext &context, const xml::XmlElementPtr &element, const dom::DocumentPtr &document, const NodeFilter &filter={})
 

Detailed Description

Creates an others pool from an XML <others> element.

Member Function Documentation

◆ create()

dom::OthersPoolPtr musx::factory::OthersFactory::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.