The DOMCdataSection class

(PHP 5, PHP 7)

Giriş

The DOMCdataSection inherits from DOMText for textural representation of CData constructs.

Sınıf Sözdizimi

DOMCdataSection extends DOMText {
/* Miras alınan özellikler */
readonly public string $wholeText ;
public string $data ;
readonly public int $length ;
public readonly string $nodeName ;
public string $nodeValue ;
public readonly int $nodeType ;
public readonly DOMNode $parentNode ;
public readonly DOMNodeList $childNodes ;
public readonly DOMNode $firstChild ;
public readonly DOMNode $lastChild ;
public readonly DOMNode $previousSibling ;
public readonly DOMNode $nextSibling ;
public readonly DOMNamedNodeMap $attributes ;
public readonly DOMDocument $ownerDocument ;
public readonly string $namespaceURI ;
public string $prefix ;
public readonly string $localName ;
public readonly string $baseURI ;
public string $textContent ;
/* Methods */
public __construct ( string $data )
/* Inherited methods */
__construct ( string $değer = ? )
DOMText::splitText ( int $konum ) : DOMText
DOMCharacterData::appendData ( string $veri ) : void
DOMCharacterData::deleteData ( int $başlangıç , int $uzunluk ) : void
DOMCharacterData::insertData ( int $başlangıç , string $veri ) : void
DOMCharacterData::replaceData ( int $başlangıç , int $uzunluk , string $veri ) : void
DOMCharacterData::substringData ( int $başlangıç , int $uzunluk ) : string
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