DOMDocumentFragment sınıfı

(PHP 5, PHP 7)

Sınıf Sözdizimi

DOMDocumentFragment extends DOMNode {
/* Özellikler */
/* Yöntemler */
appendXML ( string $veri ) : bool
/* Miras alınan yöntemler */
public DOMNode::C14N ( bool $exclusive = false , bool $withComments = false , array|null $xpath = null , array|null $nsPrefixes = null ) : string|false
public DOMNode::C14NFile ( string $uri , bool $exclusive = false , bool $withComments = false , array|null $xpath = null , array|null $nsPrefixes = null ) : int|false
DOMNode::cloneNode ( bool $torunlar_dahil = true ) : DOMNode
public DOMNode::getLineNo ( ) : int
public DOMNode::getNodePath ( ) : string|null
DOMNode::insertBefore ( DOMNode $yeni , DOMNode $mevcut = ? ) : DOMNode
DOMNode::isDefaultNamespace ( string $uri ) : bool
DOMNode::isSameNode ( DOMNode $düğüm ) : bool
DOMNode::isSupported ( string $özellik , string $sürüm ) : bool
DOMNode::lookupNamespaceURI ( string $önek ) : string
DOMNode::lookupPrefix ( string $uri ) : string
DOMNode::normalize ( ) : void
}

İçindekiler