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

search for in the

DOMText::__construct> <DOMProcessingInstruction::__construct
[edit] Last updated: Fri, 23 Mar 2012

view this page in

DOMText sınıfı

(PHP 5)

Giriş

DOMText sınıfı DOMCharacterData sınıfından türetilir ve bir DOMElement veya DOMAttr düğümünün metin içeriğini temsil eder.

Sınıf Sözdizimi

DOMText extends DOMCharacterData {
/* Özellikler */
readonly public string $wholeText ;
/* Yöntemler */
__construct ([ string $değer ] )
DOMText splitText ( int $konum )
/* Miras alınan yöntemler */
void 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 )
string DOMCharacterData::substringData ( int $başlangıç , int $uzunluk )
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

wholeText

Mantıken birbirine komşu metin düğümlerinin (eleman, açıklama veya işlem komutları ile ayrılmamış) tüm metinlerini içerir.

İçindekiler



add a note add a note User Contributed Notes DOMText
There are no user contributed notes for this page.

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