C# Class System.Xml.Xsl.Xslt.XsltInput.InputScopeManager

Exibir arquivo Open project: gbarnett/shared-source-cli-2.0

Public Methods

Method Description
AddExtensionNamespace ( string uri ) : void
InputScopeManager ( XmlNameTable nameTable ) : System.Diagnostics
IsExtensionNamespace ( string nsUri ) : bool
PopScope ( ) : void
PushScope ( ) : void

Private Methods

Method Description
AddRecord ( ) : void
CheckEmpty ( ) : void
SetFlag ( bool value, ScopeFlags flag ) : void

Method Details

AddExtensionNamespace() public method

public AddExtensionNamespace ( string uri ) : void
uri string
return void

InputScopeManager() public method

public InputScopeManager ( XmlNameTable nameTable ) : System.Diagnostics
nameTable XmlNameTable
return System.Diagnostics

IsExtensionNamespace() public method

public IsExtensionNamespace ( string nsUri ) : bool
nsUri string
return bool

PopScope() public method

public PopScope ( ) : void
return void

PushScope() public method

public PushScope ( ) : void
return void