API Documentation

XmlRpc/Generator/XmlWriter.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_XmlWriter

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_XmlWriter

Extends from
Zend_XmlRpc_Generator_GeneratorAbstract
Properties
$_xmlWriter
Methods
_init
_openElement
_writeTextData
_closeElement
saveXml

Description

XML generator adapter based on XMLWriter

Properties

$_xmlWriter

XMLWriter $_xmlWriter = ''

XMLWriter instance

Details

$_xmlWriter
XMLWriter
visibility
protected
default
final
false
static
false

Methods

_closeElement

_closeElement( string $name ) : void

Close an previously opened XML element

Arguments
$name
string
Details
visibility
protected
final
false
static
false

_init

_init( ) : void

Initialized XMLWriter instance

Details
visibility
protected
final
false
static
false

_openElement

_openElement( string $name ) : void

Open a new XML element

Arguments
$name
string
XML element name
Details
visibility
protected
final
false
static
false

_writeTextData

_writeTextData( string $text ) : void

Write XML text data into the currently opened XML element

Arguments
$text
string
XML text data
Details
visibility
protected
final
false
static
false

saveXml

saveXml( ) :
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.