The DOMDocumentType class
(PHP 5)
Introduction
Each DOMDocument has a doctype
attribute whose value is either NULL
or a DOMDocumentType object.
Class synopsis
$exclusive
[, bool $with_comments
[, array $xpath
[, array $ns_prefixes
]]]] )$uri
[, bool $exclusive
[, bool $with_comments
[, array $xpath
[, array $ns_prefixes
]]]] )Properties
- publicId
-
The public identifier of the external subset.
- systemId
-
The system identifier of the external subset. This may be an absolute URI or not.
- name
-
The name of DTD; i.e., the name immediately following the DOCTYPE keyword.
- entities
-
A DOMNamedNodeMap containing the general entities, both external and internal, declared in the DTD.
- notations
-
A DOMNamedNodeMap containing the notations declared in the DTD.
- internalSubset
-
The internal subset as a string, or null if there is none. This does not contain the delimiting square brackets.
- Введение
- Установка и настройка
- Предопределенные константы
- Examples
- Класс DOMAttr
- Класс DOMCdataSection
- Класс DOMCharacterData
- Класс DOMComment
- Класс DOMDocument
- Класс DOMDocumentFragment
- Класс DOMDocumentType
- Класс DOMElement
- Класс DOMEntity
- Класс DOMEntityReference
- Класс DOMException
- Класс DOMImplementation
- Класс DOMNamedNodeMap
- Класс DOMNode
- Класс DOMNodeList
- Класс DOMNotation
- Класс DOMProcessingInstruction
- The DOMText class
- Класс DOMXPath
- DOM Функции
Коментарии
404 Not Found