XmlInspector

Inspector for xml elements.

Members

Functions

has
bool has(Element component, string property)

Check if component has a field or a property.

properties
string[] properties(Element component)

Return a list of properties that component holds.

typeOf
TypeInfo typeOf(Element component, string property)

Identify the type of child field of component.

typeOf
TypeInfo typeOf(Element component)

Identify the type of component itself.

Meta