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 $value )
/* Inherited methods */
__construct ([ string $değer ] )
public DOMText::isElementContentWhitespace ( void ) : bool
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 [, bool $with_comments [, array $xpath [, array $ns_prefixes ]]]] ) : string
public DOMNode::C14NFile ( string $uri [, bool $exclusive = FALSE [, bool $with_comments = FALSE [, array $xpath [, array $ns_prefixes ]]]] ) : int
DOMNode::cloneNode ([ bool $torunlar_dahil = TRUE ] ) : DOMNode
public DOMNode::getLineNo ( void ) : int
public DOMNode::getNodePath ( void ) : string
DOMNode::hasAttributes ( void ) : bool
DOMNode::hasChildNodes ( void ) : bool
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 ) : void
}

İçindekiler