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

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

Private Properties

Property Type Description
Clone InputScopeManager
InsertExcludedNamespaces void
InsertExtensionNamespaces void
IsExcludedNamespace bool
IsExtensionNamespace bool
PopScope void
PushNamespace void
PushScope InputScope
ResolveNonEmptyPrefix string

Public Methods

Method Description
InputScopeManager ( XPathNavigator navigator, InputScope rootScope ) : System
ResolveXPathNamespace ( string prefix ) : string
ResolveXmlNamespace ( string prefix ) : string

Private Methods

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

public InputScopeManager ( XPathNavigator navigator, InputScope rootScope ) : System
navigator System.Xml.XPath.XPathNavigator
rootScope InputScope
return System

ResolveXPathNamespace() public method

public ResolveXPathNamespace ( string prefix ) : string
prefix string
return string

ResolveXmlNamespace() public method

public ResolveXmlNamespace ( string prefix ) : string
prefix string
return string