Method | Description | |
---|---|---|
AppendChild ( object childObject ) : object | ||
AttachEvent ( string type, net listener ) : bool | ||
CloneNode ( bool deep ) : object | ||
CompareDocumentPosition ( object node ) : |
||
Contains ( object element ) : bool | ||
DetachEvent ( string type, net listener ) : void | ||
GetTextContent ( ) : string | ||
HasChildNodes ( ) : bool | ||
IsSameNode ( object other ) : bool | ||
Node ( com wrappedObject ) : System | ||
Normalize ( ) : void | ||
RemoveChild ( object childObject ) : object | ||
ReplaceChild ( object newChildObject, object oldChildObject ) : object | ||
SetTextContent ( object value ) : void |
Method | Description | |
---|---|---|
Node ( ) : System |
public AppendChild ( object childObject ) : object | ||
childObject | object | |
return | object |
public AttachEvent ( string type, net listener ) : bool | ||
type | string | |
listener | net | |
return | bool |
public CompareDocumentPosition ( object node ) : |
||
node | object | |
return |
public DetachEvent ( string type, net listener ) : void | ||
type | string | |
listener | net | |
return | void |
public RemoveChild ( object childObject ) : object | ||
childObject | object | |
return | object |
public ReplaceChild ( object newChildObject, object oldChildObject ) : object | ||
newChildObject | object | |
oldChildObject | object | |
return | object |
public SetTextContent ( object value ) : void | ||
value | object | |
return | void |