File: matcher.rst

package info (click to toggle)
slixmpp 1.13.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,512 kB
  • sloc: python: 41,715; xml: 1,211; makefile: 135
file content (41 lines) | stat: -rw-r--r-- 601 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Stanza Matchers
===============

The Basic Matcher
-----------------
.. module:: slixmpp.xmlstream.matcher.base

.. autoclass:: MatcherBase
    :members:


ID Matching
-----------
.. module:: slixmpp.xmlstream.matcher.id

.. autoclass:: MatcherId
    :members:


Stanza Path Matching
--------------------
.. module:: slixmpp.xmlstream.matcher.stanzapath

.. autoclass:: StanzaPath
    :members:


XPath
-----
.. module:: slixmpp.xmlstream.matcher.xpath

.. autoclass:: MatchXPath
    :members:


XMLMask
-------
.. module:: slixmpp.xmlstream.matcher.xmlmask

.. autoclass:: MatchXMLMask
    :members: