XmlElementIndexAccessor

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

Members

Functions

access
Element access(Element component, string property)

Get a property out of component

componentType
TypeInfo componentType(Element component)

Identify the type of supported component.

fieldType
TypeInfo fieldType(Element component, string property)
Undocumented in source. Be warned that the author may not have intended to support it.
has
bool has(Element component, string property)

Check if requested property is present in component.

Meta