Scroll to navigation

Net::Jabber::Loudmouth::MessageNode(3pm) User Contributed Perl Documentation 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)

  • $name (string)
  • $value (string)

string = $node->get_attribute ($name)

$name (string)

$node->set_attribute ($name, $value)

  • $name (string)
  • $value (string)

$node->set_attributes (...)

... (list)

messagenode = $node->get_child_by_name ($child_name)

$child_name (string)

messagenode = $node->get_child

messagenode = $node->find_child ($child_name)

$child_name (string)

string = $node->get_name

$node->set_name ($name)

$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)

$raw_mode (boolean)

string = $node->to_string

string = $node->get_value

$node->set_value ($value)

$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.

2018-11-02 perl v5.28.0