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

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

Private Properties

Property Type Description
FindPrefix bool
GeneratePrefix string
OutputScopeManager System
PopScope void
PushNamespace void
PushScope void
ResolveNamespace string
ResolveNamespace string

Private Methods

Method Description
FindPrefix ( string nspace, string &prefix ) : bool
GeneratePrefix ( string format ) : string
OutputScopeManager ( XmlNameTable nameTable, OutKeywords atoms ) : System
PopScope ( ) : void
PushNamespace ( string prefix, string nspace ) : void
PushScope ( string name, string nspace, string prefix ) : void
ResolveNamespace ( string prefix ) : string
ResolveNamespace ( string prefix, bool &thisScope ) : string