C# Class Alba.Jaml.MSInternal.XamlParserContext

Inheritance: XamlContext
显示文件 Open project: Athari/Alba.Jaml Class Usage Examples

Public Methods

Method Description
AddNamespacePrefix ( string prefix, string xamlNS ) : void
FindNamespaceByPrefix ( string prefix ) : string
FindNamespaceByPrefixInParseStack ( string prefix ) : string
GetNamespacePrefixes ( ) : IEnumerable
PopScope ( ) : void
PushScope ( ) : void
XamlParserContext ( XamlSchemaContext schemaContext, Assembly localAssembly ) : System

Private Methods

Method Description
IsVisible ( System.Xaml.XamlMember member, XamlType rootObjectType ) : bool

Method Details

AddNamespacePrefix() public method

public AddNamespacePrefix ( string prefix, string xamlNS ) : void
prefix string
xamlNS string
return void

FindNamespaceByPrefix() public method

public FindNamespaceByPrefix ( string prefix ) : string
prefix string
return string

FindNamespaceByPrefixInParseStack() public method

public FindNamespaceByPrefixInParseStack ( string prefix ) : string
prefix string
return string

GetNamespacePrefixes() public method

public GetNamespacePrefixes ( ) : IEnumerable
return IEnumerable

PopScope() public method

public PopScope ( ) : void
return void

PushScope() public method

public PushScope ( ) : void
return void

XamlParserContext() public method

public XamlParserContext ( XamlSchemaContext schemaContext, Assembly localAssembly ) : System
schemaContext XamlSchemaContext
localAssembly Assembly
return System