Document class, provides an easy interface to parse and display a document
Located in /libraries/joomla/document/document.php (line 19)
Class | Description |
---|---|
![]() |
DocumentError class, provides an easy interface to parse and display an error page |
![]() |
DocumentFeed class, provides an easy interface to parse and display any feed document |
![]() |
DocumentHTML class, provides an easy interface to parse and display a HTML document |
![]() |
DocumentImage class, provides an easy interface to output image data |
![]() |
JDocumentJSON class, provides an easy interface to parse and display JSON output |
![]() |
OpenSearch class, provides an easy interface to display an OpenSearch document |
![]() |
DocumentRAW class, provides an easy interface to parse and display raw output |
![]() |
DocumentXML class, provides an easy interface to parse and display XML output |
JDocument instances container.
Array of buffered output
Document base URL
Document description
Contains the document direction setting
Contains the document language setting
Document full URL
Media version added to assets
Document title
Contains the character encoding string
The rendering engine
Document generator
Contains the line end string
Document modified date
Array of meta tags
Document mime type
Document namespace
Document profile
Array of scripts placed in the header
Array of linked scripts
Array of included style declarations
Array of linked style sheets
Tab string
The document type
Returns the global JDocument object, only creating it if it doesn't already exist.
Class constructor.
Adds a linked script to the page
Adds a script to the page
Adds a linked script to the page with a version to allow to flush it. Ex: myscript.js54771616b5bceae9df03c6173babf11d If not specified Joomla! automatically handles versioning
Adds a stylesheet declaration to the page
Adds a linked stylesheet to the page
Adds a linked stylesheet version to the page. Ex: template.css?54771616b5bceae9df03c6173babf11d If not specified Joomla! automatically handles versioning
Get the contents of the document buffer
Gets a meta tag.
Return the document MIME encoding that is sent to the browser.
Load a renderer
Parses the document and prepares the buffers
Outputs the document
Sets the base URI of the document
Set the contents of the document buffer
Sets the document charset
Sets the description of the document
Sets the global document direction declaration. Default is left-to-right (ltr).
Sets the document generator
Sets the global document language declaration. Default is English (en-gb).
Sets the line end style to Windows, Mac, Unix or a custom string.
Set the assets version
Sets or alters a meta tag.
Sets the document MIME encoding that is sent to the browser.
This usually will be text/html because most browsers cannot yet accept the proper mime settings for XHTML: application/xhtml+xml and to a lesser extent application/xml and text/xml. See the W3C note (http://www.w3.org/TR/xhtml-media-types/) for more details.
Sets the document modified date
Sets the string used to indent HTML
Sets the title of the document
Set the document type
Documentation generated on Tue, 19 Nov 2013 15:01:37 +0100 by phpDocumentor 1.4.3