C# Class NHtmlUnit.Activex.Javascript.Msxml.XMLDOMDocument

Inheritance: NHtmlUnit.Activex.Javascript.Msxml.XMLDOMNode
Afficher le fichier Open project: HtmlUnit/NHtmlUnit

Méthodes publiques

Méthode Description
CreateAttribute ( string name ) : object
CreateCDATASection ( string data ) : object
CreateComment ( string data ) : object
CreateDocumentFragment ( ) : object
CreateElement ( string tagName ) : object
CreateNode ( object type, string name, object namespaceURI ) : object
CreateProcessingInstruction ( string target, string data ) : object
CreateTextNode ( string data ) : object
GetElementsByTagName ( string tagName ) : IList
GetProperty ( string name ) : string
IsPreserveWhiteSpaceDuringLoad ( ) : bool
Load ( string xmlSource ) : bool
LoadXML ( string strXML ) : bool
NodeFromID ( string id ) : object
SetProperty ( string name, string value ) : void
XMLDOMDocument ( NHtmlUnit enclosingWindow ) : System
XMLDOMDocument ( com wrappedObject ) : System

Private Methods

Méthode Description
XMLDOMDocument ( ) : System

Method Details

CreateAttribute() public méthode

public CreateAttribute ( string name ) : object
name string
Résultat object

CreateCDATASection() public méthode

public CreateCDATASection ( string data ) : object
data string
Résultat object

CreateComment() public méthode

public CreateComment ( string data ) : object
data string
Résultat object

CreateDocumentFragment() public méthode

public CreateDocumentFragment ( ) : object
Résultat object

CreateElement() public méthode

public CreateElement ( string tagName ) : object
tagName string
Résultat object

CreateNode() public méthode

public CreateNode ( object type, string name, object namespaceURI ) : object
type object
name string
namespaceURI object
Résultat object

CreateProcessingInstruction() public méthode

public CreateProcessingInstruction ( string target, string data ) : object
target string
data string
Résultat object

CreateTextNode() public méthode

public CreateTextNode ( string data ) : object
data string
Résultat object

GetElementsByTagName() public méthode

public GetElementsByTagName ( string tagName ) : IList
tagName string
Résultat IList

GetProperty() public méthode

public GetProperty ( string name ) : string
name string
Résultat string

IsPreserveWhiteSpaceDuringLoad() public méthode

public IsPreserveWhiteSpaceDuringLoad ( ) : bool
Résultat bool

Load() public méthode

public Load ( string xmlSource ) : bool
xmlSource string
Résultat bool

LoadXML() public méthode

public LoadXML ( string strXML ) : bool
strXML string
Résultat bool

NodeFromID() public méthode

public NodeFromID ( string id ) : object
id string
Résultat object

SetProperty() public méthode

public SetProperty ( string name, string value ) : void
name string
value string
Résultat void

XMLDOMDocument() public méthode

public XMLDOMDocument ( NHtmlUnit enclosingWindow ) : System
enclosingWindow NHtmlUnit
Résultat System

XMLDOMDocument() public méthode

public XMLDOMDocument ( com wrappedObject ) : System
wrappedObject com
Résultat System