API17:JDocumentXML
From Joomla! Documentation
JDocumentXML
Description
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __construct | Class constructor. |
| public | getHeadData | Get the document head data. |
| public | getName | Returns the document name. |
| public | render | Render the document. |
| public | setHeadData | Set the document head data. |
| public | setName | Sets the document name. |
- Defined in libraries/joomla/document/xml/xml.php
- Extends JDocument
Importing
jimport( 'joomla.document.xml.xml' );
See also
JDocumentXML source code on BitBucket
Subpackage Document- Other versions of JDocumentXML
User contributed notes
Code Examples