Class XMLElement

Description

Implements interfaces:

Located in /karibou2/class/xmlelement.class.php (line 14)


	
			
Variable Summary
mixed $attributes
mixed $text
Method Summary
XMLElement __construct ()
void addAttribute (mixed $name, mixed $value)
void addChild (mixed $name, XMLElement $child)
void addText (mixed $txt)
void offsetExists (mixed $offset)
void offsetGet (mixed $offset)
void offsetSet (mixed $offset, mixed $value)
void offsetUnset (mixed $offset)
void __toInt ()
void __toString ()
Variables
mixed $attributes (line 16)
  • access: public
mixed $text (line 17)
  • access: public
Methods
Constructor __construct (line 19)
  • access: public
XMLElement __construct ()
addAttribute (line 28)
  • access: public
void addAttribute (mixed $name, mixed $value)
addChild (line 32)
  • access: public
void addChild (mixed $name, XMLElement $child)
addText (line 24)
  • access: public
void addText (mixed $txt)
offsetExists (line 48)
void offsetExists (mixed $offset)
offsetGet (line 59)
void offsetGet (mixed $offset)
offsetSet (line 63)
void offsetSet (mixed $offset, mixed $value)
offsetUnset (line 74)
void offsetUnset (mixed $offset)
__toInt (line 43)
  • access: public
void __toInt ()
__toString (line 38)
  • access: public
void __toString ()

Documentation generated on Sat, 17 Feb 2007 02:55:23 +0100 by phpDocumentor 1.3.0RC3