2011-12-05 00:26:14 +00:00
|
|
|
Stanza Matchers
|
|
|
|
===============
|
|
|
|
|
|
|
|
The Basic Matcher
|
|
|
|
-----------------
|
2014-07-17 12:19:04 +00:00
|
|
|
.. module:: slixmpp.xmlstream.matcher.base
|
2011-12-05 00:26:14 +00:00
|
|
|
|
|
|
|
.. autoclass:: MatcherBase
|
|
|
|
:members:
|
|
|
|
|
|
|
|
|
|
|
|
ID Matching
|
|
|
|
-----------
|
2014-07-17 12:19:04 +00:00
|
|
|
.. module:: slixmpp.xmlstream.matcher.id
|
2011-12-05 00:26:14 +00:00
|
|
|
|
|
|
|
.. autoclass:: MatcherId
|
|
|
|
:members:
|
|
|
|
|
|
|
|
|
|
|
|
Stanza Path Matching
|
|
|
|
--------------------
|
2014-07-17 12:19:04 +00:00
|
|
|
.. module:: slixmpp.xmlstream.matcher.stanzapath
|
2011-12-05 00:26:14 +00:00
|
|
|
|
|
|
|
.. autoclass:: StanzaPath
|
|
|
|
:members:
|
|
|
|
|
|
|
|
|
|
|
|
XPath
|
|
|
|
-----
|
2014-07-17 12:19:04 +00:00
|
|
|
.. module:: slixmpp.xmlstream.matcher.xpath
|
2011-12-05 00:26:14 +00:00
|
|
|
|
|
|
|
.. autoclass:: MatchXPath
|
|
|
|
:members:
|
|
|
|
|
|
|
|
|
|
|
|
XMLMask
|
|
|
|
-------
|
2014-07-17 12:19:04 +00:00
|
|
|
.. module:: slixmpp.xmlstream.matcher.xmlmask
|
2011-12-05 00:26:14 +00:00
|
|
|
|
|
|
|
.. autoclass:: MatchXMLMask
|
|
|
|
:members:
|