XmlElementPropertyAccessor

An accessor allowing access to child xml elements out of a parent element by their name

Members

Functions

access
Element access(Element component, string 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, string property, RCIAllocator allocator)

Check if requested property is present in component.

Meta