MIOLO26
|
Membros públicos | |
cpaint_node () | |
__construct () | |
& | add_node ($nodename, $id='') |
set_data ($data) | |
get_data () | |
set_id ($id) | |
get_id () | |
set_attribute ($name, $value) | |
get_attribute ($name) | |
set_name ($name) | |
get_name () | |
set_encoding ($encoding) | |
get_encoding () | |
cpaint_node () | |
__construct () | |
& | add_node ($nodename, $id='') |
set_data ($data) | |
get_data () | |
set_id ($id) | |
get_id () | |
set_attribute ($name, $value) | |
get_attribute ($name) | |
set_name ($name) | |
get_name () | |
set_encoding ($encoding) | |
get_encoding () | |
cpaint_node () | |
__construct () | |
& | add_node ($nodename, $id='') |
set_data ($data) | |
get_data () | |
set_id ($id) | |
get_id () | |
set_attribute ($name, $value) | |
get_attribute ($name) | |
set_name ($name) | |
get_name () | |
set_encoding ($encoding) | |
get_encoding () | |
Campos de Dados | |
$composites | |
$attributes | |
$nodename | |
$data | |
$input_encoding | |
__construct | ( | ) |
PHP 5 constructor.
@access public
__construct | ( | ) |
PHP 5 constructor.
@access public
__construct | ( | ) |
PHP 5 constructor.
@access public
& add_node | ( | $nodename, | |
$id = '' ) |
adds a new subnode to this node.
will return a reference to it for further processing.
@access public
string | $nodename | name of the new node |
string | $id | id of the new node |
& add_node | ( | $nodename, | |
$id = '' ) |
adds a new subnode to this node.
will return a reference to it for further processing.
@access public
string | $nodename | name of the new node |
string | $id | id of the new node |
& add_node | ( | $nodename, | |
$id = '' ) |
adds a new subnode to this node.
will return a reference to it for further processing.
@access public
string | $nodename | name of the new node |
string | $id | id of the new node |
cpaint_node | ( | ) |
cpaint_node | ( | ) |
cpaint_node | ( | ) |
get_attribute | ( | $name | ) |
retrieves an attribute by name.
@access public
string | $name | attribute name |
get_attribute | ( | $name | ) |
retrieves an attribute by name.
@access public
string | $name | attribute name |
get_attribute | ( | $name | ) |
retrieves an attribute by name.
@access public
string | $name | attribute name |
get_data | ( | ) |
returns the textual data assigned to this node.
@access public
get_data | ( | ) |
returns the textual data assigned to this node.
@access public
get_data | ( | ) |
returns the textual data assigned to this node.
@access public
get_encoding | ( | ) |
returns the character encoding for this node
@access public
get_encoding | ( | ) |
returns the character encoding for this node
@access public
get_encoding | ( | ) |
returns the character encoding for this node
@access public
get_id | ( | ) |
returns the id property if this node.
get_id | ( | ) |
returns the id property if this node.
get_id | ( | ) |
returns the id property if this node.
get_name | ( | ) |
get name property.
@access public
get_name | ( | ) |
get name property.
@access public
get_name | ( | ) |
get name property.
@access public
set_attribute | ( | $name, | |
$value ) |
adds a new attribute to this node.
@access public
string | $name | attribute name |
mixed | $value | attribute value |
set_attribute | ( | $name, | |
$value ) |
adds a new attribute to this node.
@access public
string | $name | attribute name |
mixed | $value | attribute value |
set_attribute | ( | $name, | |
$value ) |
adds a new attribute to this node.
@access public
string | $name | attribute name |
mixed | $value | attribute value |
set_data | ( | $data | ) |
assigns textual data to this node.
@access public
mixed | $data | data to assign to this node |
set_data | ( | $data | ) |
assigns textual data to this node.
@access public
mixed | $data | data to assign to this node |
set_data | ( | $data | ) |
assigns textual data to this node.
@access public
mixed | $data | data to assign to this node |
set_encoding | ( | $encoding | ) |
sets the character encoding for this node
@access public
string | $encoding | character encoding |
set_encoding | ( | $encoding | ) |
sets the character encoding for this node
@access public
string | $encoding | character encoding |
set_encoding | ( | $encoding | ) |
sets the character encoding for this node
@access public
string | $encoding | character encoding |
set_id | ( | $id | ) |
sets the id property of this node.
string | id the id |
set_id | ( | $id | ) |
sets the id property of this node.
string | id the id |
set_id | ( | $id | ) |
sets the id property of this node.
string | id the id |
set_name | ( | $name | ) |
set name property.
@access public
string | $name | the name |
set_name | ( | $name | ) |
set name property.
@access public
string | $name | the name |
set_name | ( | $name | ) |
set name property.
@access public
string | $name | the name |
array $attributes |
node attributes.
@access public
array $composites |
array of subnodes.
@access public
string $data |
textual data of this node.
@access public
$input_encoding |
character encoding for input data
@access private
string $nodename |
name of this node.
@access public