XmlElementIndexAccessor

An accessor allowing access of child xml elements by their index in parent element

Members

Functions

access
Item access(Element component, size_t property, RCIAllocator allocator)

Get a property out of component

componentType
TypeInfo componentType(Element component)

Identify the type of supported component.

has
bool has(Element component, size_t property, RCIAllocator allocator)

Check if requested property is present in component.

Meta