C# Class Alba.Jaml.MSInternal.XamlParserContext

Inheritance: XamlContext
Afficher le fichier Open project: Athari/Alba.Jaml Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
IsVisible ( System.Xaml.XamlMember member, XamlType rootObjectType ) : bool

Method Details

AddNamespacePrefix() public méthode

public AddNamespacePrefix ( string prefix, string xamlNS ) : void
prefix string
xamlNS string
Résultat void

FindNamespaceByPrefix() public méthode

public FindNamespaceByPrefix ( string prefix ) : string
prefix string
Résultat string

FindNamespaceByPrefixInParseStack() public méthode

public FindNamespaceByPrefixInParseStack ( string prefix ) : string
prefix string
Résultat string

GetNamespacePrefixes() public méthode

public GetNamespacePrefixes ( ) : IEnumerable
Résultat IEnumerable

PopScope() public méthode

public PopScope ( ) : void
Résultat void

PushScope() public méthode

public PushScope ( ) : void
Résultat void

XamlParserContext() public méthode

public XamlParserContext ( XamlSchemaContext schemaContext, Assembly localAssembly ) : System
schemaContext XamlSchemaContext
localAssembly Assembly
Résultat System