API17

JDocumentXML: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Bulk upload by Doxiki2
 
Doxiki2 (talk | contribs)
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

Subpackage

Document

Extends

JDocument

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

Template:SeeAlso:JDocumentXML [Edit See Also]

Examples

<CodeExamplesForm />