Method | Description | |
---|---|---|
CreateCDATASection ( string data ) : object | ||
CreateProcessingInstruction ( string target, string data ) : object | ||
GetElementById ( string id ) : object | ||
Load ( string xmlSource ) : bool | ||
LoadXML ( string strXML ) : bool | ||
XMLDocument ( NHtmlUnit enclosingWindow ) : System | ||
XMLDocument ( com wrappedObject ) : System |
Method | Description | |
---|---|---|
XMLDocument ( ) : System |
public CreateCDATASection ( string data ) : object | ||
data | string | |
return | object |
public CreateProcessingInstruction ( string target, string data ) : object | ||
target | string | |
data | string | |
return | object |
public XMLDocument ( NHtmlUnit enclosingWindow ) : System | ||
enclosingWindow | NHtmlUnit | |
return | System |
public XMLDocument ( com wrappedObject ) : System | ||
wrappedObject | com | |
return | System |