downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

DOMCharacterData::appendData> <DOMAttr::isId
[edit] Last updated: Fri, 17 May 2013

view this page in

DOMCharacterData sınıfı

(PHP 5)

Giriş

Karakter verisi içeren düğümleri temsil eder. Bu sınıfa karşılık gelen hiçbir düğüm yoktur, ancak diğer düğümlerce miras alınır.

Sınıf Sözdizimi

DOMCharacterData extends DOMNode {
/* Özellikler */
public string $data ;
readonly public int $length ;
/* Yöntemler */
void appendData ( string $veri )
void deleteData ( int $başlangıç , int $uzunluk )
void insertData ( int $başlangıç , string $veri )
void replaceData ( int $başlangıç , int $uzunluk , string $veri )
string substringData ( int $başlangıç , int $uzunluk )
/* Miras alınan yöntemler */
DOMNode DOMNode::appendChild ( DOMNode $yeni )
public string DOMNode::C14N ([ bool $exclusive [, bool $with_comments [, array $xpath [, array $ns_prefixes ]]]] )
public int DOMNode::C14NFile ( string $uri [, bool $exclusive [, bool $with_comments [, array $xpath [, array $ns_prefixes ]]]] )
DOMNode DOMNode::cloneNode ([ bool $torunlar_dahil = TRUE ] )
public int DOMNode::getLineNo ( void )
public string DOMNode::getNodePath ( void )
bool DOMNode::hasAttributes ( void )
bool DOMNode::hasChildNodes ( void )
DOMNode DOMNode::insertBefore ( DOMNode $yeni [, DOMNode $mevcut ] )
bool DOMNode::isDefaultNamespace ( string $uri )
bool DOMNode::isSameNode ( DOMNode $düğüm )
bool DOMNode::isSupported ( string $özellik , string $sürüm )
string DOMNode::lookupNamespaceURI ( string $önek )
string DOMNode::lookupPrefix ( string $uri )
void DOMNode::normalize ( void )
DOMNode DOMNode::removeChild ( DOMNode $eski )
DOMNode DOMNode::replaceChild ( DOMNode $yeni , DOMNode $eski )
}

Özellikler

data

Düğüm içeriği.

length

İçerek uzunluğu.

İçindekiler



add a note add a note User Contributed Notes DOMCharacterData - [1 notes]
up
0
jesdisciple dot FOO at gmail dot BAR dot com
2 years ago
In case you're looking for the CDATA class to which nodes /do/ correspond, it's called DOMCdataSection (per my PHP installation) and isn't documented on php.net.  Presumably, it doesn't add anything to this API.

See also: http://www.php.net/manual/en/domdocument.createcdatasection.php

 
show source | credits | stats | sitemap | contact | advertising | mirror sites