Packageindex Classtrees Modulegroups Elementlist Report XML Files

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

AuthorsDietmar Glachs <dietmar.glachs@salzburgresearch.at>
Versiondevel.0.4
Copyright2000 Salzburg Research Gesellschaft m.b.H.

 

Methods inherited from CharacterData

CharacterData, setData, getData, appendData, deleteData, replaceData, insertData, substringData, getLength

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

Fields inherited from Node

$nodeName, $nodevalue, $attribute, $node

Private Field Summary

string

$data

Contains 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



Packageindex Classtrees Modulegroups Elementlist Report XML Files
PHPDoc 1.0beta