MIOLO25
Carregando...
Procurando...
Nenhuma entrada encontrada
Referência à classe cpaint_node

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
 

Documentação dos Construtores & Destrutor

◆ __construct() [1/3]

__construct ( )

PHP 5 constructor.

@access public

Retorna
void

◆ __construct() [2/3]

__construct ( )

PHP 5 constructor.

@access public

Retorna
void

◆ __construct() [3/3]

__construct ( )

PHP 5 constructor.

@access public

Retorna
void

Documentação das funções

◆ add_node() [1/3]

& add_node ( $nodename,
$id = '' )

adds a new subnode to this node.

will return a reference to it for further processing.

@access public

Parâmetros
string$nodenamename of the new node
string$idid of the new node
Retorna
object

◆ add_node() [2/3]

& add_node ( $nodename,
$id = '' )

adds a new subnode to this node.

will return a reference to it for further processing.

@access public

Parâmetros
string$nodenamename of the new node
string$idid of the new node
Retorna
object

◆ add_node() [3/3]

& add_node ( $nodename,
$id = '' )

adds a new subnode to this node.

will return a reference to it for further processing.

@access public

Parâmetros
string$nodenamename of the new node
string$idid of the new node
Retorna
object

◆ cpaint_node() [1/3]

◆ cpaint_node() [2/3]

◆ cpaint_node() [3/3]

◆ get_attribute() [1/3]

get_attribute ( $name)

retrieves an attribute by name.

@access public

Parâmetros
string$nameattribute name
Retorna
string

◆ get_attribute() [2/3]

get_attribute ( $name)

retrieves an attribute by name.

@access public

Parâmetros
string$nameattribute name
Retorna
string

◆ get_attribute() [3/3]

get_attribute ( $name)

retrieves an attribute by name.

@access public

Parâmetros
string$nameattribute name
Retorna
string

◆ get_data() [1/3]

get_data ( )

returns the textual data assigned to this node.

@access public

Retorna
mixed

◆ get_data() [2/3]

get_data ( )

returns the textual data assigned to this node.

@access public

Retorna
mixed

◆ get_data() [3/3]

get_data ( )

returns the textual data assigned to this node.

@access public

Retorna
mixed

◆ get_encoding() [1/3]

get_encoding ( )

returns the character encoding for this node

@access public

Retorna
string

◆ get_encoding() [2/3]

get_encoding ( )

returns the character encoding for this node

@access public

Retorna
string

◆ get_encoding() [3/3]

get_encoding ( )

returns the character encoding for this node

@access public

Retorna
string

◆ get_id() [1/3]

get_id ( )

returns the id property if this node.

Retorna
string

◆ get_id() [2/3]

get_id ( )

returns the id property if this node.

Retorna
string

◆ get_id() [3/3]

get_id ( )

returns the id property if this node.

Retorna
string

◆ get_name() [1/3]

get_name ( )

get name property.

@access public

Retorna
string

◆ get_name() [2/3]

get_name ( )

get name property.

@access public

Retorna
string

◆ get_name() [3/3]

get_name ( )

get name property.

@access public

Retorna
string

◆ set_attribute() [1/3]

set_attribute ( $name,
$value )

adds a new attribute to this node.

@access public

Parâmetros
string$nameattribute name
mixed$valueattribute value
Retorna
void

◆ set_attribute() [2/3]

set_attribute ( $name,
$value )

adds a new attribute to this node.

@access public

Parâmetros
string$nameattribute name
mixed$valueattribute value
Retorna
void

◆ set_attribute() [3/3]

set_attribute ( $name,
$value )

adds a new attribute to this node.

@access public

Parâmetros
string$nameattribute name
mixed$valueattribute value
Retorna
void

◆ set_data() [1/3]

set_data ( $data)

assigns textual data to this node.

@access public

Parâmetros
mixed$datadata to assign to this node
Retorna
void

◆ set_data() [2/3]

set_data ( $data)

assigns textual data to this node.

@access public

Parâmetros
mixed$datadata to assign to this node
Retorna
void

◆ set_data() [3/3]

set_data ( $data)

assigns textual data to this node.

@access public

Parâmetros
mixed$datadata to assign to this node
Retorna
void

◆ set_encoding() [1/3]

set_encoding ( $encoding)

sets the character encoding for this node

@access public

Parâmetros
string$encodingcharacter encoding
Retorna
void

◆ set_encoding() [2/3]

set_encoding ( $encoding)

sets the character encoding for this node

@access public

Parâmetros
string$encodingcharacter encoding
Retorna
void

◆ set_encoding() [3/3]

set_encoding ( $encoding)

sets the character encoding for this node

@access public

Parâmetros
string$encodingcharacter encoding
Retorna
void

◆ set_id() [1/3]

set_id ( $id)

sets the id property of this node.

Parâmetros
stringid the id
Retorna
void

◆ set_id() [2/3]

set_id ( $id)

sets the id property of this node.

Parâmetros
stringid the id
Retorna
void

◆ set_id() [3/3]

set_id ( $id)

sets the id property of this node.

Parâmetros
stringid the id
Retorna
void

◆ set_name() [1/3]

set_name ( $name)

set name property.

@access public

Parâmetros
string$namethe name
Retorna
void

◆ set_name() [2/3]

set_name ( $name)

set name property.

@access public

Parâmetros
string$namethe name
Retorna
void

◆ set_name() [3/3]

set_name ( $name)

set name property.

@access public

Parâmetros
string$namethe name
Retorna
void

Documentação dos campos e atributos

◆ $attributes

array $attributes

node attributes.

@access public

◆ $composites

array $composites

array of subnodes.

@access public

◆ $data

string $data

textual data of this node.

@access public

◆ $input_encoding

$input_encoding

character encoding for input data

@access private

◆ $nodename

string $nodename

name of this node.

@access public


A documentação para esta classe foi gerada a partir dos seguintes ficheiros: