DOM
PHP Manual

DOMEntityReference sınıfı

(PHP 5)

Sınıf Sözdizimi

DOMEntityReference extends DOMNode {
/* Özellikler */
/* Yöntemler */
__construct ( string $isim )
/* 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 )
}

İçindekiler


DOM
PHP Manual