Public Member Functions | |
def | setUp |
def | tearDown |
def | check_c14n |
def | check_c14n_exc |
def | check_c14n_exc2_unsuppressed |
def | check_c14n_exc3 |
def | xcheck_c14n_exc4 |
Data Fields | |
ps | |
el |
Definition at line 10 of file test_t9.py.
def check_c14n | ( | self ) |
http://www.w3.org/TR/xml-c14n
Definition at line 22 of file test_t9.py.
def check_c14n_exc | ( | self ) |
http://www.w3.org/TR/xml-exc-c14n/
Definition at line 33 of file test_t9.py.
def check_c14n_exc2_unsuppressed | ( | self ) |
http://www.w3.org/TR/xml-exc-c14n/ The method of canonicalization described in this specification receives an InclusiveNamespaces PrefixList parameter, which lists namespace prefixes that are handled in the manner described by the Canonical XML Recommendation
Definition at line 44 of file test_t9.py.
def check_c14n_exc3 | ( | self ) |
http://www.w3.org/TR/xml-exc-c14n/ tests if a namespace defined in a parent node to the top node to be canonicalized is added when discovered that this namespace is used.
Definition at line 58 of file test_t9.py.