Document class, provides an easy interface to parse and display a document
Located in /libraries/joomla/document/document.php (line 23)
JObject | --JDocument
Class | Description |
---|---|
JDocumentRaw | DocumentRAW class, provides an easy interface to parse and display raw output |
JDocumentJSON | JDocumentJSON class, provides an easy interface to parse and display JSON output |
JDocumentError | DocumentError class, provides an easy interface to parse and display an error page |
JDocumentXml | DocumentXML class, provides an easy interface to parse and display XML output |
JDocumentFeed | DocumentFeed class, provides an easy interface to parse and display any feed document |
JDocumentHTML | DocumentHTML class, provides an easy interface to parse and display a HTML document |
JDocumentOpensearch | OpenSearch class, provides an easy interface to display an OpenSearch document |
Array of buffered output
Document base URL
Document description
Contains the document direction setting
Contains the document language setting
Document full URL
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
Inherited from JObject
JObject::$_errors
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 stylesheet declaration to the page
Adds a linked stylesheet to the page
Return the base URI of the document.
Get the contents of the document buffer
Returns the document charset encoding.
Return the title of the page.
Returns the document direction declaration.
Returns the document generator
Returns the document language.
Returns the document base url
Gets a meta tag.
Return the document MIME encoding that is sent to the browser.
Returns the document modified date
Return the title of the document.
Returns the document type
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.
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
Returns the lineEnd
Returns a string containing the unit for indenting HTML
Inherited From JObject
JObject::__construct()
JObject::def()
JObject::get()
JObject::getError()
JObject::getErrors()
JObject::getProperties()
JObject::set()
JObject::setError()
JObject::setProperties()
JObject::toString()
JObject::__toString()
Documentation generated on Mon, 25 Jun 2012 13:54:18 -0500 by phpDocumentor 1.4.4