Interface IDOMImplementation

Interface IDOMImplementation

名称: Aspose.Html.Dom セットアップ: Aspose.HTML.dll (25.4.0)

DOMImplementation インターフェイスは、ドキュメント オブジェクト モデルの特定の例から独立した操作を実行するためのいくつかの方法を提供します。

[ComVisible(true)]
[DOMObject]
[DOMName("DOMImplementation")]
public interface IDOMImplementation

Methods

CreateDocument(ストリップ、ストリップ、ドキュメントタイプ)

特定のタイプのDOMドキュメントオブジェクトとそのドキュメントオブジェクトを作成します。

[DOMName("createDocument")]
Document CreateDocument(string namespaceURI, string qualifiedName, DocumentType doctype)

Parameters

namespaceURI string

いわゆるURI。

qualifiedName string

資格者の名前

doctype DocumentType

ドキュメンタリー

Returns

Document

返品文書

CreateDocumentType(ストリング、ストリング、ストリング)

空っぽの DocumentType ノードを作成します. エンティティの声明やノートは提供されません. エンティティの参照拡張およびデフォルト属性の追加は発生しません。

[DOMName("createDocumentType")]
DocumentType CreateDocumentType(string qualifiedName, string publicId, string systemId)

Parameters

qualifiedName string

資格者の名前

publicId string

公務員ID

systemId string

システムID

Returns

DocumentType

ドキュメンタリー ドキュメンタリー ドキュメンタリー ドキュメンタリー

作成HTMLドキュメント(ストレッチ)

タイトル要素を含む既に構築された基礎樹を含む文書を返し、タイトル論文が無視されない限り。

[DOMName("createHTMLDocument")]
Document CreateHTMLDocument(string title)

Parameters

title string

タイトルです。

Returns

Document

返品文書

HasFeature()

DOM 実装が特定の機能とバージョンを実装しているかどうかをテストし、DOM 機能に記載されているようにします。

[DOMName("hasFeature")]
bool HasFeature()

Returns

bool

「真実」の場合、指定された機能が機能を有する場合、そうでなければ「偽り」です。

 日本語