|
|
|
File: /usr/local/apache_8080/htdocs/devel/Intra/class/phpdom/domxml_text.php
Document Object Model for PHP - phpDOM
Text
Node | +-- CharacterData | +-- Text
The Text Class
|
private class Text extends CharacterData
The Text Class
represents a text section within a document!Since the current status of the domxml functions is limited to the creation ofXML_ELEMENT_NODEs, the text node is currently not useable.XML_TEXT_NODES are currently created implicitely by >> domxml_new_child <<Future development should cover a CharacterData which then extend to- Text nodes- CData Sections
|
| |
|
|
|
Methods inherited from Node |
| Node, Tag, appendChild, cloneNode, removeChild, getOwnerDocument, getFirstChild, getNextChild, getLastChild, getNodeById, hasChildNodes, hasMoreElements, getParentNode, getParent, getChildNodes, setNodeValue, getNodeValue, getAttributes, toString, getNodeName, getNodeType, addElement, _internal_toString, _internal_cloneNode, _internal_selfCheck, _internal_getNodeById |
|
Public Method Summary |
| void |
Text()Constructor |
|
|
|
Private Field Summary |
| string |
$dataContains the data for the text section |
|
Public Method Details |
Text |
|
public void Text( )
|
| |
Constructor
|
| Returns |
void |
|
|
Private Field Details |
$data |
|
private string $data
>>""<<
Contains the data for the text section
|
|
|
|
|
|
| PHPDoc 1.0beta |