C# 클래스 System.Xml.Xsl.XsltOld.InputScope

상속: DocumentScope
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetVeriablesCount int
Init void
InputScope System
InsertExcludedNamespace void
InsertExtensionNamespace void
InsertVariable void
IsExcludedNamespace bool
IsExtensionNamespace bool

공개 메소드들

메소드 설명
ResolveGlobalVariable ( XmlQualifiedName qname ) : VariableAction
ResolveVariable ( XmlQualifiedName qname ) : VariableAction

비공개 메소드들

메소드 설명
GetVeriablesCount ( ) : int
Init ( InputScope parent ) : void
InputScope ( InputScope parent ) : System
InsertExcludedNamespace ( String nspace ) : void
InsertExtensionNamespace ( String nspace ) : void
InsertVariable ( VariableAction variable ) : void
IsExcludedNamespace ( String nspace ) : bool
IsExtensionNamespace ( String nspace ) : bool

메소드 상세

ResolveGlobalVariable() 공개 메소드

public ResolveGlobalVariable ( XmlQualifiedName qname ) : VariableAction
qname System.Xml.XmlQualifiedName
리턴 VariableAction

ResolveVariable() 공개 메소드

public ResolveVariable ( XmlQualifiedName qname ) : VariableAction
qname System.Xml.XmlQualifiedName
리턴 VariableAction