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

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Свойство Type Description
Clone InputScopeManager
InsertExcludedNamespaces void
InsertExtensionNamespaces void
IsExcludedNamespace bool
IsExtensionNamespace bool
PopScope void
PushNamespace void
PushScope InputScope
ResolveNonEmptyPrefix string

Méthodes publiques

Méthode Description
InputScopeManager ( XPathNavigator navigator, InputScope rootScope ) : System
ResolveXPathNamespace ( string prefix ) : string
ResolveXmlNamespace ( string prefix ) : string

Private Methods

Méthode Description
Clone ( ) : InputScopeManager
InsertExcludedNamespaces ( string nsList ) : void
InsertExtensionNamespaces ( string nsList ) : void
IsExcludedNamespace ( String nspace ) : bool
IsExtensionNamespace ( String nspace ) : bool
PopScope ( ) : void
PushNamespace ( string prefix, string nspace ) : void
PushScope ( ) : InputScope
ResolveNonEmptyPrefix ( string prefix ) : string

Method Details

InputScopeManager() public méthode

public InputScopeManager ( XPathNavigator navigator, InputScope rootScope ) : System
navigator System.Xml.XPath.XPathNavigator
rootScope InputScope
Résultat System

ResolveXPathNamespace() public méthode

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

ResolveXmlNamespace() public méthode

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