DOMDocumentType クラス
(PHP 5, PHP 7, PHP 8)
はじめに
各 DOMDocument は
doctype
属性を保持しており、その値は null
あるいは
DOMDocumentType オブジェクトです。
クラス概要
/* プロパティ */
/* 継承したプロパティ */
/* 継承したメソッド */
public DOMNode::C14N(
bool
bool
?array
?array
): string|false
}bool
$exclusive
= false
,bool
$withComments
= false
,?array
$xpath
= null
,?array
$nsPrefixes
= null
): string|false
プロパティ
- publicId
-
外部サブセットの公開 ID。
- systemId
-
外部サブセットのシステム ID。完全 URI である場合とそうでない場合がある。
- name
-
DTD の名前。すなわち、
DOCTYPE
キーワードに続く値。 - entities
-
DTD で宣言されている一般エンティティ (外部・内部とも) を含む DOMNamedNodeMap。
- notations
-
DTD で宣言されている記法を含む DOMNamedNodeMap。
- internalSubset
-
内部サブセットを文字列として取得する。存在しない場合は
null
となる。区切りの角括弧は含まない。
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google