메소드 |
설명 |
|
Dispose ( ) : void |
|
|
Equals ( Object sb ) : bool |
|
|
GetHashCode ( ) : int |
|
|
XMLNode ( ) : System |
|
|
XMLNode ( XMLInputStream stream ) : System |
|
|
XMLNode ( XMLNode orig ) : System |
|
|
XMLNode ( XMLToken token ) : System |
|
|
XMLNode ( XMLTriple triple ) : System |
|
|
XMLNode ( XMLTriple triple, XMLAttributes attributes ) : System |
|
|
XMLNode ( XMLTriple triple, XMLAttributes attributes, XMLNamespaces namespaces ) : System |
|
|
XMLNode ( XMLTriple triple, XMLAttributes attributes, XMLNamespaces namespaces, long line ) : System |
|
|
XMLNode ( XMLTriple triple, XMLAttributes attributes, XMLNamespaces namespaces, long line, long column ) : System |
|
|
XMLNode ( XMLTriple triple, XMLAttributes attributes, long line ) : System |
|
|
XMLNode ( XMLTriple triple, XMLAttributes attributes, long line, long column ) : System |
|
|
XMLNode ( XMLTriple triple, long line ) : System |
|
|
XMLNode ( XMLTriple triple, long line, long column ) : System |
|
|
XMLNode ( string chars ) : System |
|
|
XMLNode ( string chars, long line ) : System |
|
|
XMLNode ( string chars, long line, long column ) : System |
|
|
addChild ( XMLNode node ) : int |
|
|
clone ( ) : XMLNode |
|
|
convertStringToXMLNode ( string xmlstr ) : XMLNode |
|
|
convertStringToXMLNode ( string xmlstr, XMLNamespaces xmlns ) : XMLNode |
|
|
convertXMLNodeToString ( XMLNode node ) : string |
|
|
equals ( XMLNode other ) : bool |
|
|
equals ( XMLNode other, bool ignoreURI ) : bool |
|
|
getChild ( long n ) : XMLNode |
|
|
getChild ( string name ) : XMLNode |
|
|
getIndex ( string name ) : int |
|
|
getNumChildren ( ) : long |
|
|
hasChild ( string name ) : bool |
|
|
insertChild ( long n, XMLNode node ) : XMLNode |
|
|
operator ( ) : bool |
|
|
removeChild ( long n ) : XMLNode |
|
|
removeChildren ( ) : int |
|
|
toXMLString ( ) : string |
|
|