API16

JDocumentXML: Difference between revisions

From Joomla! Documentation

Doxiki (talk | contribs)
New page: <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki> </span> {{Description:JDocumentXML}} ===Defined in...
 
m clean up
Line 1: Line 1:
<span class="editsection" style="font-size:76%;">
{{subst:Description:JDocumentXML}}
<nowiki>[</nowiki>[[Description:JDocumentXML|Edit Descripton]]<nowiki>]</nowiki>
</span>
{{Description:JDocumentXML}}


===Defined in===
===Defined in===
Line 34: Line 31:
<source lang="php">jimport( 'joomla.document.xml.xml' );</source>
<source lang="php">jimport( 'joomla.document.xml.xml' );</source>


<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JDocumentXML|Edit See Also]]<nowiki>]</nowiki>
{{subst:SeeAlso:JDocumentXML}}
</span>
{{SeeAlso:JDocumentXML}}


===Examples===
===Examples===

Revision as of 13:53, 24 March 2017

{{subst:Description:JDocumentXML}}

Defined in

libraries/joomla/document/xml/xml.php

Methods

Method name Description
__construct Class constructor
render Render the document.
getHeadData Get the document head data
setHeadData Set the document head data
getName Returns the document name
setName Sets the document name

Importing

jimport( 'joomla.document.xml.xml' );


{{subst:SeeAlso:JDocumentXML}}

Examples

<CodeExamplesForm />