DOMDocumentType クラス
(PHP 5)
導入
各 DOMDocument は
doctype 属性を保持しており、その値は NULL あるいは
DOMDocumentType オブジェクトです。
クラス概要
DOMDocumentType
extends
DOMNode
{
/* プロパティ */
/* 継承したメソッド */
public string DOMNode::C14N
([ bool
$exclusive
[, bool $with_comments
[, array $xpath
[, array $ns_prefixes
]]]] )
public int DOMNode::C14NFile
( string
}$uri
[, bool $exclusive
[, bool $with_comments
[, array $xpath
[, array $ns_prefixes
]]]] )プロパティ
- publicId
-
外部サブセットの公開 ID。
- systemId
-
外部サブセットのシステム ID。完全 URI である場合とそうでない場合がある。
- name
-
DTD の名前。すなわち、DOCTYPE キーワードに続く値。
- entities
-
DTD で宣言されている一般エンティティ (外部・内部とも) を含む DOMNamedNodeMap。
- notations
-
DTD で宣言されている記法を含む DOMNamedNodeMap。
- internalSubset
-
内部サブセットを文字列として取得する。存在しない場合は null となる。区切りの角括弧は含まない。