Inherits rpki::xml_utils::base_elt, and rpki::left_right::left_right_namespace.
Public Member Functions | |
def | startElement |
def | toXML |
Public Attributes | |
asn | |
ipv4 | |
ipv6 | |
Static Public Attributes | |
tuple | attributes = ("self_handle", "tag", "child_handle", "valid_until", "asn", "ipv4", "ipv6") |
XML attributes for this element. | |
string | element_name = "list_resources" |
valid_until = None |
<list_resources/> element.
Definition at line 910 of file left_right.py.
def rpki.left_right.list_resources_elt.startElement | ( | self, | ||
stack, | ||||
name, | ||||
attrs | ||||
) |
Handle <list_resources/> element. This requires special handling due to the data types of some of the attributes.
Reimplemented from rpki.xml_utils.base_elt.
Definition at line 919 of file left_right.py.
def rpki.left_right.list_resources_elt.toXML | ( | self | ) |
Generate <list_resources/> element. This requires special handling due to the data types of some of the attributes.
Reimplemented from rpki.xml_utils.base_elt.
Definition at line 935 of file left_right.py.
Definition at line 929 of file left_right.py.
tuple rpki.left_right.list_resources_elt.attributes = ("self_handle", "tag", "child_handle", "valid_until", "asn", "ipv4", "ipv6") [static] |
XML attributes for this element.
Reimplemented from rpki.xml_utils.base_elt.
Definition at line 916 of file left_right.py.
string rpki.left_right.list_resources_elt.element_name = "list_resources" [static] |
Definition at line 915 of file left_right.py.
Definition at line 931 of file left_right.py.
Definition at line 933 of file left_right.py.
rpki.left_right.list_resources_elt.valid_until = None [static] |
Definition at line 917 of file left_right.py.