[
Back
|
warped.org
|
Gaim 2.0.0-beta4 Perl API
]
NAME
METHODS
xmlnode = Gaim::XMLNode->
new
($name)
xmlnode = $parent->
new_child
($name)
string = $node->
get_attrib
($attr)
$node->
set_attrib
($attr, $value)
xmlnode = $parent->
get_child
($name)
xmlnode = $parent->
get_child_with_namespace
($name, $xmlns)
xmlnode = Gaim::XMLNode->
copy
($src)
string = $node->
get_data
$node->
free
xmlnode = Gaim::XMLNode->
from_str
($str, $size)
$parent->
insert_child
($child)
$node->
insert_data
($data, $size)
xmlnode = $node->
get_next_twin
$node->
remove_attrib
($attr)
string = $node->
to_formatted_str
($len)
string = $node->
to_str
($len)
COPYRIGHT
NAME
Gaim::XMLNode
METHODS
xmlnode = Gaim::XMLNode->
new
($name)
* $name (string)
xmlnode = $parent->
new_child
($name)
* $name (string)
string = $node->
get_attrib
($attr)
* $attr (string)
$node->
set_attrib
($attr, $value)
* $attr (string)
* $value (string)
xmlnode = $parent->
get_child
($name)
* $name (string)
xmlnode = $parent->
get_child_with_namespace
($name, $xmlns)
* $name (string)
* $xmlns (string)
xmlnode = Gaim::XMLNode->
copy
($src)
* $src (Gaim::XMLNode)
string = $node->
get_data
$node->
free
xmlnode = Gaim::XMLNode->
from_str
($str, $size)
* $str (string)
* $size (gssize)
$parent->
insert_child
($child)
* $child (Gaim::XMLNode)
$node->
insert_data
($data, $size)
* $data (string)
* $size (gssize)
xmlnode = $node->
get_next_twin
$node->
remove_attrib
($attr)
* $attr (string)
string = $node->
to_formatted_str
($len)
* $len (integer)
string = $node->
to_str
($len)
* $len (integer)
COPYRIGHT
Copyright (C) 2006 The Gaim Team
If this information helped you, consider exiting through your right.
©2006
Max Baker
Sun Apr 27 22:32:32 2008 PST