API Documentation

XmlRpc/Generator/DomDocument.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_XmlRpc
subpackage
Generator
version
$Id: Client.php 17752 2009-08-22 15:49:54Z lars $
Classes
Zend_XmlRpc_Generator_DomDocument

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_XmlRpc_Generator_DomDocument

Extends from
Zend_XmlRpc_Generator_GeneratorAbstract
Properties
$_dom
$_currentElement
Methods
_openElement
_writeTextData
_closeElement
saveXml
_init

Description

DOMDocument based implementation of a XML/RPC generator

Properties

$_currentElement

DOMNode $_currentElement = ''

Details

$_currentElement
DOMNode
visibility
protected
default
final
false
static
false

$_dom

DOMDocument $_dom = ''

Details

$_dom
DOMDocument
visibility
protected
default
final
false
static
false

Methods

_closeElement

_closeElement( string $name ) : void

Close an previously opened XML element

Resets $_currentElement to the next parent node in the hierarchy

Arguments
$name
string
Details
visibility
protected
final
false
static
false

_init

_init( ) : void

Initializes internal objects

Details
visibility
protected
final
false
static
false

_openElement

_openElement( string $name ) : void

Start XML element

Arguments
$name
string
Details
visibility
protected
final
false
static
false

_writeTextData

_writeTextData( string $text ) :

Write XML text data into the currently opened XML element

Arguments
$text
string
Details
visibility
protected
final
false
static
false

saveXml

saveXml( ) : string

Save XML as a string

Output
string
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.