Facilitates determining type information from XML elements and writing of markup extensions as attributes.
Inheritance Hierarchy
IXamlNameMapper
Type Details
- yFiles module
- view
Methods
Returns a Constructor that matches the given fqTagName
of an XML element.
Remarks
fqTagName
must follow the usual XAML naming rules.Parameters
options - Object
A map of options to pass to the method.
A map of options to pass to the method.
- context - IParseContext
- The current parse context.
- fqTagName - XmlName
- The fully qualified XML element name that must describe a valid type in this CLR namespace.
Returns
- ↪Constructor?
- The first matching type, if any.
Returns the XML tag name that belongs to type type
.
Parameters
options - Object
A map of options to pass to the method.
A map of options to pass to the method.
- context - IWriteContext
- The current write context.
- type - Constructor
- The type for which an XML namespace mapping is searched.
Returns
- ↪XmlName
- The XML tag name that belongs to type
type
.