Свойство | Тип | Описание | |
---|---|---|---|
Clone | |||
InsertExcludedNamespaces | void | ||
InsertExtensionNamespaces | void | ||
IsExcludedNamespace | bool | ||
IsExtensionNamespace | bool | ||
PopScope | void | ||
PushNamespace | void | ||
PushScope | |||
ResolveNonEmptyPrefix | string |
Метод | Описание | |
---|---|---|
InputScopeManager ( |
||
ResolveXPathNamespace ( string prefix ) : string | ||
ResolveXmlNamespace ( string prefix ) : string |
Метод | Описание | |
---|---|---|
Clone ( ) : |
||
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 ( ) : |
||
ResolveNonEmptyPrefix ( string prefix ) : string |
public InputScopeManager ( |
||
navigator | ||
rootScope | ||
Результат | System |
public ResolveXPathNamespace ( string prefix ) : string | ||
prefix | string | |
Результат | string |
public ResolveXmlNamespace ( string prefix ) : string | ||
prefix | string | |
Результат | string |