[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
Zend Framework LICENSE
Copyright: | Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
License: | http://framework.zend.com/license/new-bsd New BSD License |
Version: | $Id$ |
File Size: | 101 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Zend_XmlRpc_Generator_DomDocument:: (5 methods):
_openElement()
_writeTextData()
_closeElement()
saveXml()
_init()
Class: Zend_XmlRpc_Generator_DomDocument - X-Ref
DOMDocument based implementation of a XML/RPC generator_openElement($name) X-Ref |
Start XML element param: string $name return: void |
_writeTextData($text) X-Ref |
Write XML text data into the currently opened XML element param: string $text |
_closeElement($name) X-Ref |
Close an previously opened XML element Resets $_currentElement to the next parent node in the hierarchy param: string $name return: void |
saveXml() X-Ref |
Save XML as a string return: string |
_init() X-Ref |
Initializes internal objects return: void |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |