Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.Xsl.XsltOld.InputScopeManager Class Referencesealed

Public Member Functions

 InputScopeManager (XPathNavigator navigator, InputScope rootScope)
 
string ResolveXmlNamespace (string prefix)
 
string ResolveXPathNamespace (string prefix)
 

Package Functions

InputScopeManager Clone ()
 
InputScope PushScope ()
 
void PopScope ()
 
void PushNamespace (string prefix, string nspace)
 
void InsertExtensionNamespaces (string[] nsList)
 
bool IsExtensionNamespace (string nspace)
 
void InsertExcludedNamespaces (string[] nsList)
 
bool IsExcludedNamespace (string nspace)
 

Properties

InputScope CurrentScope [get]
 
InputScope VariableScope [get]
 
XPathNavigator Navigator [get]
 
string DefaultNamespace [get]
 

Private Member Functions

string ResolveNonEmptyPrefix (string prefix)
 

Private Attributes

InputScope _scopeStack
 
string _defaultNS = string.Empty
 
readonly XPathNavigator _navigator
 

Detailed Description

Definition at line 5 of file InputScopeManager.cs.


The documentation for this class was generated from the following file: