Manpage logo

Protocol::XMPP::ElementBase - base class for Protocol::XMPP XML fragment handling

NAME  VERSION  SYNOPSIS  DESCRIPTION  METHODS  attributes  parent  characters  end_element  class_from_element  AUTHOR  LICENSE 

NAME

Protocol::XMPP::ElementBase − base class for Protocol::XMPP XML fragment handling

VERSION

Version 0.006

SYNOPSIS

DESCRIPTION

METHODS

attributes

Access the XML element attributes as key−value pairs.

parent

Accessor for the parent object, if available.

characters

Called when new character data is available. Appends to internal buffer.

end_element

Called when an XML element is terminated.

class_from_element

Returns a class suitable for handling the given element, if we have one.

If we don't have a local handler, returns undef.

AUTHOR

Tom Molesworth <[email protected]>

LICENSE

Copyright Tom Molesworth 2010−2014. Licensed under the same terms as Perl itself.


Updated 2026-06-01 - jenkler.se | uex.se