|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Node | +--ProcessingInstruction
Class representing the DOM ProcessingInstruction interface.
Field Summary | |
private string |
$data
The data portion of this PI. DOM-Level 1 |
private string |
$target
The target portion of this PI. DOM-Level 1 |
Fields inherited from class Node |
$attributes, $childNodes, $firstChild, $lastChild, $localName, $namespaceURI, $nextSibling, $nodeID, $nodeName, $nodeType, $nodeValue, $ownerDocument, $parentNode, $prefix, $previousSibling, $readonly |
Constructor Summary | |
ProcessingInstruction()
Constructor of the class. |
Method Summary | |
string |
getData()
Returns the data portion of this PI. DOM-Level 1 |
string |
getTarget()
Returns the target of this PI. DOM-Level 1 |
string |
setData(var $data)
Sets the data portion of this PI. DOM-Level 1 |
Field Detail |
private string $data
private string $target
Constructor Detail |
public ProcessingInstruction()
Method Detail |
public string getData()
public string setData(var $data)
$data
- string
public string getTarget()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |