For more information about the document please refer to Chapter 2.
Properties
_buffer : string Document rendered content buffer
_charset : string Character encoding; default encoding is UTF-8
_engine : object Rendering engine, used by core subclass JDocumentPDF
_generator : string Generator metadata
_lineEnd : string EOL character/string
_mdate : string Document modified date
_metaTags : array Metadata tags
_mime : string MIME type
_namespace : string Namespace, not used by core JDocument subclasses
_profile : string Document profile, not used by core JDocument subclasses
_script : array Embedded scripts
_scripts : array URIs to linked scripts
_style : array Embedded styles
_styleSheets : array URIs to linked Cascading Style Sheets
_tab : string Tab character/string
_type : string Document type
description : string Document description
direction : string Text direction (ltr or rtl); default is left-to-right
language : string Language setting, default is en (English)
link : string Base URI of the document
title : string Document title
Constructors
__construct( options : array=array() ) : JDocument
Builds a new JDocument.
Pages:
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550