class CMS3_SemanticOutputHandler generates simple output readable with a xsl/xml complaint browser
Located in /lib/SemanticOutputHandler/CMS3_SemanticOutputHandler.php (line 32)
CMS3_StandartOutputHandler_OutputHandler | --CMS3_SemanticOutputHandler
Diable the OutputHandler, do this if you wish to print binary data.
Data provided by use of this method may be left out if the OutputHandler wishes to print something else the HTML, therefor don't add important information here.
Gets content ready to be printed
This does not include header, only the body content.
Gets to original identifier specified as <Namespace>/<PluginID>.<ext> Do this if you wish to extraxt the extention and parse manually.
Print the content, should also be called from GetPage().
this prints a xml page with a very simple schema: <semanticpage> <title>Page Title</title> <content> <para>Main paragraph</para> <subpara>Sub paragraph<subpara> <subpara headline="Optional headline of sub paragraph">Sub paragraph<subpara> <subpara>Sub paragraph<subpara> <subpara>Sub paragraph<subpara> ... </content> </semanticpage>
Set the body if the page, read parameter documentation.
Embedments may be included in the body, they shall be formatted as follows: [[EMBED|<identifier>|EMBED]], where <identifier> is the identifier returned from the IEmbedable.
Sets the complete unique identifier.
Inherited From CMS3_StandartOutputHandler_OutputHandler
CMS3_StandartOutputHandler_OutputHandler::PrintError()
Documentation generated on Mon, 30 Apr 2007 01:59:08 +0200 by phpDocumentor 1.3.1