JDocumentXML: Difference between revisions
From Joomla! Documentation
Bulk upload by Doxiki2 |
Layout updates |
||
| Line 6: | Line 6: | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/document/xml/xml.php | libraries/joomla/document/xml/xml.php | ||
* see source code in [[jplatform:document/xml/xml.php|BitBucket]] | |||
===Subpackage=== | ===Subpackage=== | ||
[[Subpackage Document/11.1|Document]] | [[Subpackage Document/11.1|Document]] | ||
| Line 39: | Line 40: | ||
<source lang="php">jimport( 'joomla.document.xml.xml' );</source> | <source lang="php">jimport( 'joomla.document.xml.xml' );</source> | ||
===See also=== | ===See also=== | ||
* JDocumentXML source code in [[jplatform:document/xml/xml.php|BitBucket]] | |||
* [[JDocumentXML|Other versions of this class]] | * [[JDocumentXML|Other versions of this class]] | ||
{{SeeAlso:JDocumentXML}} | {{SeeAlso:JDocumentXML}} | ||
Revision as of 22:52, 23 April 2011
[Edit Descripton] Template:Description:JDocumentXML
Defined in
libraries/joomla/document/xml/xml.php
- see source code in BitBucket
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|---|
| __construct | Class constructor. |
| getHeadData | Get the document head data. |
| getName | Returns the document name. |
| render | Render the document. |
| setHeadData | Set the document head data. |
| setName | Sets the document name. |
Importing
jimport( 'joomla.document.xml.xml' );
See also
- JDocumentXML source code in BitBucket
- Other versions of this class
Template:SeeAlso:JDocumentXML [Edit See Also]
Examples
<CodeExamplesForm />