Class: simple_xmltextnode
Quellcode Position: Program_Root/sys_simple_xmltree.php
Class simple_xmltextnode
Class Overview
|
xml text node class Implementiert in Program_Root/sys_simple_xmltree.php [Zeile 430] |
[ Seitenanfang ]
Properties Summary
Method Summary
| simple_xmltextnode() | Constuctor PHP 4 | |
| simple_xmltextnode | ©() | Copy node |
| void | printOut() | Output node with markup |
| void | printText() | Output node content |
| void | __construct() | Constructor |
[ Seitenanfang ]
Methods
Constructor simple_xmltextnode [Zeile 466]
|
Constuctor PHP 4
Parameters:| object | &$parent: | simple_xmlnode |
| string | $text: | content |
API Tags:
| Access: | public |
[ Seitenanfang ]
printOut [Zeile 489]
|
Output node with markup
Parameters:| string | &$xmlString: | |
| string | $indent: | optional, default value ' ' |
API Tags:
| Access: | public |
[ Seitenanfang ]
printText [Zeile 500]
|
Output node content
Parameters:| string | &$xmlString: |
API Tags:
| Access: | public |
[ Seitenanfang ]
__construct [Zeile 450]
|
Constructor
Parameters:| object | &$parent: | simple_xmlnode |
| string | $text: | content |
API Tags:
| Access: | public |
[ Seitenanfang ]
