pdoMap
[ class tree: pdoMap ] [ index: pdoMap ] [ all elements ]

Class: XOS_Data_Xml_Node

Source Location: /xml/node.class.php

Class Overview


XML NODE


Variables

Methods



Class Details

[line 18]
XML NODE

Handle a XML NODE




[ Top ]


Class Variables

$attributes =

[line 20]


Type:   mixed


[ Top ]

$childs =

[line 22]


Type:   mixed


[ Top ]

$ignoreAttributes = array()

[line 24]


Type:   mixed


[ Top ]

$innerHTML =

[line 21]


Type:   mixed


[ Top ]

$name =

[line 19]


Type:   mixed


[ Top ]

$parent =

[line 23]


Type:   mixed


[ Top ]



Class Methods


constructor __construct [line 25]

XOS_Data_Xml_Node __construct( [ $name = ''])



Parameters:

   $name  

[ Top ]

method append_child [line 38]

void append_child( &$child)



Parameters:

   &$child  

[ Top ]

method attribute [line 30]

void attribute( $id, [ $default = NULL])



Parameters:

   $id  
   $default  

[ Top ]

method evtAddChild [line 45]

void evtAddChild( &$child)



Parameters:

   &$child  

[ Top ]

method evtInit [line 42]

void evtInit( )



[ Top ]

method getElementByTag [line 100]

void getElementByTag( $name)

Returns only first element



Parameters:

   $name  

[ Top ]

method getElementsById [line 130]

void getElementsById( $tag_id)

Retourne tous les tags correspondant à l'ID



Parameters:

   $tag_id  

[ Top ]

method getElementsByTag [line 82]

void getElementsByTag( $name, [ $include_sub_tags = true])



Parameters:

   $name  
   $include_sub_tags  

[ Top ]

method ignoreAttribute [line 71]

void ignoreAttribute( $name)



Parameters:

   $name  

[ Top ]

method innerHTML [line 111]

void innerHTML( )

Retourne le contenu du tag



[ Top ]

method output [line 48]

void output( )



[ Top ]

method renderAttributes [line 61]

void renderAttributes( )



[ Top ]

method renderChilds [line 75]

void renderChilds( )



[ Top ]

method setAttribute [line 35]

void setAttribute( $id, $value)



Parameters:

   $id  
   $value  

[ Top ]

method set_innerHTML [line 121]

void set_innerHTML( $data)

Edite le contenu INNER HTML



Parameters:

   $data  

[ Top ]


Documentation generated on Thu, 10 Apr 2008 11:51:04 +0200 by phpDocumentor 1.4.1