PeServer

HtmlDocument extends HtmlElementBase
in package

`DOMDocument` ラッパー。

JSでもそうだけどなんでDOMは地味に使い辛いんかね。

Table of Contents

Properties

$raw  : DOMDocument
生で使用する用。
$currentNode  : DOMNode
生で使用する現在データ。
$document  : HtmlDocument

Methods

__construct()  : mixed
addComment()  : HtmlCommentElement
addTagElement()  : HtmlTagElement
HTML要素を作って追加する。
addText()  : HtmlTextElement
appendChild()  : void
build()  : string
`DOMDocument::saveHTML` ラッパー。
createComment()  : HtmlCommentElement
createTagElement()  : HtmlTagElement
createText()  : HtmlTextElement
importNode()  : HtmlTagElement
path()  : HtmlXPath
save()  : void
`DOMDocument::saveHTMLFile` ラッパー。

Properties

$raw read-only

生で使用する用。

public DOMDocument $raw

$currentNode read-only

生で使用する現在データ。

protected DOMNode $currentNode

Methods

__construct()

public __construct([string|null $html = null ]) : mixed
Parameters
$html : string|null = null

        
On this page

Search results