API17:JDocumentXML
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
m (→User contributed notes: bad link repair) |
||
| (One intermediate revision by one user not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|11.1}} JDocumentXML== | ||
| + | ===Description=== | ||
| + | {{Description:JDocumentXML}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JDocumentXML|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JDocumentXML|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JDocumentXML::__construct/11.1|__construct]] | |[[JDocumentXML::__construct/11.1|__construct]] | ||
|Class constructor. | |Class constructor. | ||
|- | |- | ||
| + | |public | ||
|[[JDocumentXML::getHeadData/11.1|getHeadData]] | |[[JDocumentXML::getHeadData/11.1|getHeadData]] | ||
|Get the document head data. | |Get the document head data. | ||
|- | |- | ||
| + | |public | ||
|[[JDocumentXML::getName/11.1|getName]] | |[[JDocumentXML::getName/11.1|getName]] | ||
|Returns the document name. | |Returns the document name. | ||
|- | |- | ||
| + | |public | ||
|[[JDocumentXML::render/11.1|render]] | |[[JDocumentXML::render/11.1|render]] | ||
|Render the document. | |Render the document. | ||
|- | |- | ||
| + | |public | ||
|[[JDocumentXML::setHeadData/11.1|setHeadData]] | |[[JDocumentXML::setHeadData/11.1|setHeadData]] | ||
|Set the document head data. | |Set the document head data. | ||
|- | |- | ||
| + | |public | ||
|[[JDocumentXML::setName/11.1|setName]] | |[[JDocumentXML::setName/11.1|setName]] | ||
|Sets the document name. | |Sets the document name. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/document/xml/xml.php | ||
| + | * '''Extends''' [[JDocument/11.1|JDocument]] | ||
===Importing=== | ===Importing=== | ||
<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 | + | * {{JVer|11.1}} '''JDocumentXML source code''' on [[jplatform:document/xml/xml.php|BitBucket]] |
| − | * [[JDocumentXML|Other versions of | + | * {{JVer|11.1}} Subpackage [[Subpackage Document/11.1|Document]] |
| + | * [[JDocumentXML|Other versions of JDocumentXML]] | ||
{{SeeAlso:JDocumentXML}} | {{SeeAlso:JDocumentXML}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JDocumentXML|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JDocumentXML|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | === | + | ===User contributed notes=== |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 54: | Line 58: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
| − | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JDocumentXML]]</noinclude> | + | <noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JDocumentXML]]</noinclude> |
Revision as of 13:38, 29 August 2012
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JDocumentXML
Description
Description:JDocumentXML [Edit Descripton]
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
SeeAlso:JDocumentXML [Edit See Also]
User contributed notes
<CodeExamplesForm />
