File: xml_.rst

package info (click to toggle)
python-ncclient 0.6.17-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,448 kB
  • sloc: python: 9,548; xml: 476; makefile: 77; sh: 5
file content (39 lines) | stat: -rw-r--r-- 603 bytes parent folder | download | duplicates (6)
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
:mod:`~ncclient.xml_` -- XML handling
=====================================

.. automodule:: ncclient.xml_
    :synopsis: XML handling

.. autoexception:: XMLError
    :show-inheritance:

Namespaces
-----------

.. autodata:: BASE_NS_1_0

.. autodata:: TAILF_AAA_1_1

.. autodata:: TAILF_EXECD_1_1

.. autodata:: CISCO_CPI_1_0

.. autodata:: JUNIPER_1_1

.. autodata:: FLOWMON_1_0

.. autofunction:: register_namespace(prefix, uri)

.. autofunction:: qualify

Conversion
-----------

.. autofunction:: to_xml

.. autofunction:: to_ele

.. autofunction:: parse_root

.. autofunction:: validated_element