Source for file xml.php
Documentation is available at xml.php
 * @package     Joomla.Platform  
 * @copyright   Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.  
 * @license     GNU General Public License version 2 or later; see LICENSE  
 * DocumentXML class, provides an easy interface to parse and display XML output  
 * @package     Joomla.Platform  
    protected $name = 
'joomla';  
     * @param   array  $options  Associative array of options  
        $this->_mime = 
'application/xml';  
     * @param   boolean  $cache   If true, cache the output  
     * @param   array    $params  Associative array of attributes  
     * @return  The rendered data  
    public function render($cache = 
false, $params = 
array())  
     * Returns the document name  
     * @param   string  $name  Document name  
     * @return  JDocumentXml instance of $this to allow chaining  
    public function setName($name = 
'joomla')  
 
 
	
		Documentation generated on Tue, 19 Nov 2013 15:18:36 +0100 by phpDocumentor 1.4.3