DomImplementation.CreateDocument(String, String, DomDocumentType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("createDocument:qualifiedName:doctype:")]
public virtual WebKit.DomDocument CreateDocument (string namespaceUri, string qualifiedName, WebKit.DomDocumentType doctype);
abstract member CreateDocument : string * string * WebKit.DomDocumentType -> WebKit.DomDocument
override this.CreateDocument : string * string * WebKit.DomDocumentType -> WebKit.DomDocument
Parameters
- namespaceUri
- String
- qualifiedName
- String
- doctype
- DomDocumentType
Returns
- Attributes