Returns Document language
getLink( ) : string
Gets the document base URI.
Returns Document base URI
Appendix
[ 396 ]
getMetaData( name : string, http_equiv : boolean=false ) : string
Gets the document metadata. If the metadata is http-equiv (equivalent to an HTTP header)
then specify http_equiv as true.
Parameters name Metadata name
[http_equiv] Get HTTP header equivalent metadata
Returns Metadata
getModifiedDate( ) : string
Gets the document modified date.
Returns Document modified date
getTitle( ) : string
Gets the document title.
Returns Document title
getType( ) : string
Gets the document type.
Returns String representation of document type
&loadRenderer( type : string ) : JDocumentRenderer
Gets a new instance of a JDocumentRenderer subclass object. type can be Atom,
RSS, Component, Head, Message, Module, or Modules. If you define your own
JDocumentRenderer class, you must include the class, before using this method.
Parameters type Renderer type
Returns Instance of a JDocumentRenderer-derived object
render( cache : boolean=false, params : array=array() ) : string
Gets the rendered document.
Pages:
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553