PHP Doku:: The DOMProcessingInstruction class - class.domprocessinginstruction.html
Verlauf / Chronik / History:
(1)
anzeigen
ausblenden
The DOMProcessingInstruction class
Sie sind hier:
Doku-Startseite
≥
PHP-Handbuch
≥
Funktionsreferenz
≥
XML-Manipulation
≥
Document Object Model
≥
The DOMProcessingInstruction class
Ein Service von Reinhard Neidl -
Webprogrammierung
.
Document Object Model
<<
The DOMNotation class
DOMProcessingInstruction::__construct
>>
∧
PHP-Handbuch
∧
Funktionsreferenz
∧
XML-Manipulation
∧
Document Object Model
The DOMAttr class
The DOMCharacterData class
The DOMComment class
The DOMDocument class
The DOMDocumentFragment class
The DOMDocumentType class
The DOMElement class
The DOMEntity class
The DOMEntityReference class
The DOMException class
The DOMImplementation class
The DOMNamedNodeMap class
The DOMNode class
The DOMNodeList class
The DOMNotation class
The DOMProcessingInstruction class
The DOMText class
The DOMXPath class
Vordefinierte Konstanten
Installation/Konfiguration
Einführung
DOM Funktionen
UnterSeiten:
∨
DOMProcessingInstruction::__construct
The DOMProcessingInstruction class
Klassenbeschreibung
DOMProcessingInstruction
extends
DOMNode
{
/* Eigenschaften */
readonly
public
string
$target
;
public
string
$data
;
/* Methoden */
DOMProcessingInstruction::__construct
(
string
$name
[,
string
$value
] )
/* Geerbte Methoden */
DOMNode
DOMNode::appendChild
(
DOMNode
$newnode
)
DOMNode
DOMNode::cloneNode
([
bool
$deep
] )
public
int
DOMNode::getLineNo
(
void
)
bool
DOMNode::hasAttributes
(
void
)
bool
DOMNode::hasChildNodes
(
void
)
DOMNode
DOMNode::insertBefore
(
DOMNode
$newnode
[,
DOMNode
$refnode
] )
bool
DOMNode::isDefaultNamespace
(
string
$namespaceURI
)
bool
DOMNode::isSameNode
(
DOMNode
$node
)
bool
DOMNode::isSupported
(
string
$feature
,
string
$version
)
string
DOMNode::lookupNamespaceURI
(
string
$prefix
)
string
DOMNode::lookupPrefix
(
string
$namespaceURI
)
void
DOMNode::normalize
(
void
)
DOMNode
DOMNode::removeChild
(
DOMNode
$oldnode
)
DOMNode
DOMNode::replaceChild
(
DOMNode
$newnode
,
DOMNode
$oldnode
)
}
Eigenschaften
target
Prop description
data
Prop description
Inhaltsverzeichnis
DOMProcessingInstruction::__construct
— Creates a new DOMProcessingInstruction object
Keine BenutzerBeiträge.
-
Beiträge aktualisieren...