Метод |
Описание |
|
Dispose ( ) : void |
|
|
Equals ( Object sb ) : bool |
|
|
GetHashCode ( ) : int |
|
|
XMLNamespaces ( ) : System |
|
|
XMLNamespaces ( XMLNamespaces orig ) : System |
|
|
add ( string uri ) : int |
|
|
add ( string uri, string prefix ) : int |
|
|
clear ( ) : int |
|
|
clone ( ) : XMLNamespaces |
|
|
containsUri ( string uri ) : bool |
|
|
getIndex ( string uri ) : int |
|
|
getIndexByPrefix ( string prefix ) : int |
|
|
getLength ( ) : int |
|
|
getNumNamespaces ( ) : int |
|
|
getPrefix ( int index ) : string |
|
|
getPrefix ( string uri ) : string |
|
|
getURI ( ) : string |
|
|
getURI ( int index ) : string |
|
|
getURI ( string prefix ) : string |
|
|
hasNS ( string uri, string prefix ) : bool |
|
|
hasPrefix ( string prefix ) : bool |
|
|
hasURI ( string uri ) : bool |
|
|
isEmpty ( ) : bool |
|
|
operator ( ) : bool |
|
|
remove ( int index ) : int |
|
|
remove ( string prefix ) : int |
|
|