메소드 |
설명 |
|
Dispose ( ) : void |
|
|
Equals ( Object sb ) : bool |
|
|
GetHashCode ( ) : int |
|
|
XMLAttributes ( ) : System |
|
|
XMLAttributes ( XMLAttributes orig ) : System |
|
|
add ( XMLTriple triple, string value ) : int |
|
|
add ( string name, string value ) : int |
|
|
add ( string name, string value, string namespaceURI ) : int |
|
|
add ( string name, string value, string namespaceURI, string prefix ) : int |
|
|
clear ( ) : int |
|
|
clone ( ) : XMLAttributes |
|
|
getIndex ( XMLTriple triple ) : int |
|
|
getIndex ( string name ) : int |
|
|
getIndex ( string name, string uri ) : int |
|
|
getLength ( ) : int |
|
|
getName ( int index ) : string |
|
|
getNumAttributes ( ) : int |
|
|
getPrefix ( int index ) : string |
|
|
getPrefixedName ( int index ) : string |
|
|
getURI ( int index ) : string |
|
|
getValue ( XMLTriple triple ) : string |
|
|
getValue ( int index ) : string |
|
|
getValue ( string name ) : string |
|
|
getValue ( string name, string uri ) : string |
|
|
hasAttribute ( XMLTriple triple ) : bool |
|
|
hasAttribute ( int index ) : bool |
|
|
hasAttribute ( string name ) : bool |
|
|
hasAttribute ( string name, string uri ) : bool |
|
|
isEmpty ( ) : bool |
|
|
operator ( ) : bool |
|
|
remove ( XMLTriple triple ) : int |
|
|
remove ( int n ) : int |
|
|
remove ( string name ) : int |
|
|
remove ( string name, string uri ) : int |
|
|
removeResource ( int n ) : int |
|
|