Source for file Text.php
Documentation is available at Text.php
* Concrete text token class.
* Text tokens comprise of regular parsed character data (PCDATA) and raw
* character data (from the CDATA sections). Internally, their
* data is parsed with all entities expanded. Surprisingly, the text token
* does have a "tag name" called #PCDATA, which is how the DTD represents it
* in permissible child nodes.
public $name =
'#PCDATA'; /**< PCDATA tag name compatible with DTD. */
public $data; /**< Parsed character data of text. */
* Constructor, accepts data and determines if it is whitespace.
* @param $data String parsed character data.
Documentation generated on Thu, 19 Jun 2008 18:50:24 -0400 by phpDocumentor 1.4.2