|
MUSX Document Model
|
Creates a details pool from an XML <details> element.
More...
#include <PoolFactory.h>
Static Public Member Functions | |
| static dom::DetailsPoolPtr | create (ConstructionContext &context, const xml::XmlElementPtr &element, const dom::DocumentPtr &document, const NodeFilter &filter={}) |
Creates a details pool from an XML <details> 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. |