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

search for in the

DOMProcessingInstruction> <DOMNodelist::item
Last updated: Fri, 13 Nov 2009

view this page in

DOMNotation sınıfı

Sınıf Sözdizimi

DOMNotation
DOMNotation extends DOMNode {
/* Özellikler */
readonly public string $publicId ;
readonly public string $systemId ;
/* Miras alınan yöntemler */
DOMNode DOMNode::appendChild ( DOMNode $yeni )
DOMNode DOMNode::cloneNode ([ bool $torunlar_dahil = TRUE ] )
public int DOMNode::getLineNo ( 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

publicId

Genel betimleyici.

systemId

Sistem betimleyicisi.



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

DOMProcessingInstruction> <DOMNodelist::item
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites