Movatterモバイル変換


[0]ホーム

URL:


    DOMElement »
    « DOMDocumentFragment::replaceChildren

    The DOMDocumentType class

    (PHP 5, PHP 7, PHP 8)

    Introduction

    EachDOMDocument has adoctype attribute whose value is eithernull or aDOMDocumentType object.

    Class synopsis

    classDOMDocumentTypeextendsDOMNode {
    /* Inherited constants */
    /* Properties */
    publicreadonlystring$name;
    publicreadonlystring$publicId;
    publicreadonlystring$systemId;
    publicreadonly?string$internalSubset;
    /* Inherited properties */
    publicreadonlystring$nodeName;
    publicreadonlyint$nodeType;
    publicreadonly?DOMNode$parentNode;
    publicreadonly?DOMElement$parentElement;
    publicreadonlyDOMNodeList$childNodes;
    publicreadonly?DOMNode$firstChild;
    publicreadonly?DOMNode$lastChild;
    publicreadonly?DOMNode$previousSibling;
    publicreadonly?DOMNode$nextSibling;
    publicreadonlybool$isConnected;
    publicreadonly?string$namespaceURI;
    publicreadonly?string$localName;
    publicreadonly?string$baseURI;
    /* Inherited methods */
    publicDOMNode::C14N(
        bool$exclusive =false,
        bool$withComments =false,
        ?array$xpath =null,
        ?array$nsPrefixes =null
    ):string|false
    publicDOMNode::C14NFile(
        string$uri,
        bool$exclusive =false,
        bool$withComments =false,
        ?array$xpath =null,
        ?array$nsPrefixes =null
    ):int|false
    publicDOMNode::isSupported(string$feature,string$version):bool
    }

    Properties

    publicId

    The public identifier of the external subset.

    systemId

    The system identifier of the external subset. This may be an absoluteURI or not.

    name

    The name ofDTD; i.e., the name immediately following theDOCTYPE keyword.

    entities

    ADOMNamedNodeMap containing the general entities, both external and internal, declared in theDTD.

    notations

    ADOMNamedNodeMap containing the notations declared in theDTD.

    internalSubset

    The internal subset as a string, ornull if there is none. This does not contain the delimiting square brackets.

    Found A Problem?

    Learn How To Improve This PageSubmit a Pull RequestReport a Bug
    add a note

    User Contributed Notes

    There are no user contributed notes for this page.
    To Top
    and to navigate •Enter to select •Esc to close •/ to open
    PressEnter without selection to search using Google

    [8]ページ先頭

    ©2009-2025 Movatter.jp