C# Class System.Xml.Xsl.XsltOld.InputScope

Inheritance: DocumentScope
Mostrar archivo Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
GetVeriablesCount int
Init void
InputScope System
InsertExcludedNamespace void
InsertExtensionNamespace void
InsertVariable void
IsExcludedNamespace bool
IsExtensionNamespace bool

Public Methods

Method Description
ResolveGlobalVariable ( XmlQualifiedName qname ) : VariableAction
ResolveVariable ( XmlQualifiedName qname ) : VariableAction

Private Methods

Method Description
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

Method Details

ResolveGlobalVariable() public method

public ResolveGlobalVariable ( XmlQualifiedName qname ) : VariableAction
qname System.Xml.XmlQualifiedName
return VariableAction

ResolveVariable() public method

public ResolveVariable ( XmlQualifiedName qname ) : VariableAction
qname System.Xml.XmlQualifiedName
return VariableAction