C# 클래스 Alba.Jaml.MSInternal.XamlParserContext

상속: XamlContext
파일 보기 프로젝트 열기: Athari/Alba.Jaml 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
IsVisible ( System.Xaml.XamlMember member, XamlType rootObjectType ) : bool

메소드 상세

AddNamespacePrefix() 공개 메소드

public AddNamespacePrefix ( string prefix, string xamlNS ) : void
prefix string
xamlNS string
리턴 void

FindNamespaceByPrefix() 공개 메소드

public FindNamespaceByPrefix ( string prefix ) : string
prefix string
리턴 string

FindNamespaceByPrefixInParseStack() 공개 메소드

public FindNamespaceByPrefixInParseStack ( string prefix ) : string
prefix string
리턴 string

GetNamespacePrefixes() 공개 메소드

public GetNamespacePrefixes ( ) : IEnumerable
리턴 IEnumerable

PopScope() 공개 메소드

public PopScope ( ) : void
리턴 void

PushScope() 공개 메소드

public PushScope ( ) : void
리턴 void

XamlParserContext() 공개 메소드

public XamlParserContext ( XamlSchemaContext schemaContext, Assembly localAssembly ) : System
schemaContext XamlSchemaContext
localAssembly Assembly
리턴 System