C# Class System.Xaml.XamlXmlParser

Mostra file Open project: Clancey/XamlForIphone Class Usage Examples

Private Properties

Property Type Description
FindStandardDirective XamlDirective
GetExtraMember System.Xaml.XamlMember
GetStartTagInfo StartTagInfo
Node XamlXmlNodeInfo
ProcessAttributes string>.Dictionary
ReadCollectionItems IEnumerable
ReadMember IEnumerable
ReadMemberElement IEnumerable
ReadMemberText IEnumerable
ReadMembers IEnumerable
ReadObjectElement IEnumerable
ReadXData IEnumerable

Public Methods

Method Description
Parse ( ) : IEnumerable
ProcessAttributesToMember ( XamlSchemaContext sctx, StartTagInfo sti, XamlType xt ) : void
XamlXmlParser ( XmlReader xmlReader, XamlSchemaContext schemaContext, System.Xaml.XamlXmlReaderSettings settings ) : System

Private Methods

Method Description
FindStandardDirective ( string name, AllowedMemberLocations loc ) : XamlDirective
GetExtraMember ( XamlType xt ) : System.Xaml.XamlMember
GetStartTagInfo ( ) : StartTagInfo
Node ( XamlNodeType nodeType, object nodeValue ) : XamlXmlNodeInfo
ProcessAttributes ( XmlReader r, List members ) : string>.Dictionary
ReadCollectionItems ( XamlType parentType, System.Xaml.XamlMember xm ) : IEnumerable
ReadMember ( XamlType parentType, System.Xaml.XamlMember xm ) : IEnumerable
ReadMemberElement ( XamlType parentType, XamlType xt ) : IEnumerable
ReadMemberText ( XamlType xt ) : IEnumerable
ReadMembers ( XamlType parentType, XamlType xt ) : IEnumerable
ReadObjectElement ( XamlType parentType, System.Xaml.XamlMember currentMember ) : IEnumerable
ReadXData ( ) : IEnumerable

Method Details

Parse() public method

public Parse ( ) : IEnumerable
return IEnumerable

ProcessAttributesToMember() public method

public ProcessAttributesToMember ( XamlSchemaContext sctx, StartTagInfo sti, XamlType xt ) : void
sctx XamlSchemaContext
sti StartTagInfo
xt XamlType
return void

XamlXmlParser() public method

public XamlXmlParser ( XmlReader xmlReader, XamlSchemaContext schemaContext, System.Xaml.XamlXmlReaderSettings settings ) : System
xmlReader XmlReader
schemaContext XamlSchemaContext
settings System.Xaml.XamlXmlReaderSettings
return System