Class: CData

Source Location: /CORE/system/classes/util/html/CData.php

Class CData

Class Overview

This class defines free Character Data within an HtmlElement.

It is a special imeplementation of the HtmlElement.

Located in /CORE/system/classes/util/html/CData.php [line 38]

HtmlElement
   |
   --CData
Author(s):
  • Kevin Papst
Information Tags:
Version:  $Id: CData.php,v 1.2 2006/11/26 22:04:30 kpapst Exp $
Copyright:  Copyright (C) 2002-2006 Kevin Papst
License:  GNU Public License

Methods

[ Top ]
Method Summary
CData   CData()  
void   getCData()  
void   getHtml()  
void   setCData()  

[ Top ]
Methods
Constructor CData  [line 46]

  CData CData( [ $text = '']  )

Parameters:
   $text: 


[ Top ]
getCData  [line 54]

  void getCData( )



[ Top ]
getHtml  [line 58]

  void getHtml( )



Redefinition of:
HtmlElement::getHtml()

[ Top ]
setCData  [line 50]

  void setCData( $data  )

Parameters:
   $data: 


[ Top ]