public final class XamlReader extends Object
| Modifier and Type | Field and Description |
|---|---|
static XamlReader |
INSTANCE
A singleton instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
deserialize(IParseContext context,
Element element)
Deserializes the specified element node in the context to an instance.
|
public static final XamlReader INSTANCE
public final Object deserialize(IParseContext context, Element element) throws DeserializationNotSupportedException
DeserializationNotSupportedExceptioncontext - The context.element - The XML element node.