Net::Jabber::Loudmouth::MessageNode(3pm)
NAME
Net::Jabber::Loudmouth::MessageNode - Jabber message node
HIERARCHY
Glib::Boxed
+----Net::Jabber::Loudmouth::MessageNode
METHODS
- messagenode = $node->add_child ($name, $value=undef)
- o $name (string)
- o $value (string)
- string = $node->get_attribute ($name)
- o $name (string)
- $node->set_attribute ($name, $value)
- o $name (string)
- o $value (string)
- $node->set_attributes (...)
- o ... (list)
- messagenode = $node->get_child_by_name ($child_name)
- o $child_name (string)
- messagenode = $node->get_child messagenode = $node->find_child ($child_name)
- o $child_name (string)
- string = $node->get_name
$node->set_name ($name) - o $name (string)
- messagenode = $node->get_next messagenode = $node->get_parent messagenode = $node->get_prev boolean = $node->get_raw_mode $node->set_raw_mode ($raw_mode)
- o $raw_mode (boolean)
- string = $node->to_string
string = $node->get_value
$node->set_value ($value) - o $value (string)
SEE ALSO
Net::Jabber::Loudmouth, Glib::Boxed
COPYRIGHT
Copyright (C) 2005 by Florian Ragwitz
- This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself, either Perl version 5.8.7 or, at
your option, any later version of Perl 5 you may have available.