Inherited by rpki.left_right.msg, and rpki.publication.msg.
Public Member Functions | |
def | __str__ |
def | endElement |
def | is_query |
def | is_reply |
def | query |
def | reply |
def | startElement |
def | toXML |
Public Attributes | |
type | |
version |
Generic top-level PDU.
Definition at line 382 of file xml_utils.py.
def rpki.xml_utils.msg.__str__ | ( | self | ) |
def rpki.xml_utils.msg.endElement | ( | self, | ||
stack, | ||||
name, | ||||
text | ||||
) |
def rpki.xml_utils.msg.is_query | ( | self | ) |
def rpki.xml_utils.msg.is_reply | ( | self | ) |
def rpki.xml_utils.msg.query | ( | cls, | ||
args | ||||
) |
def rpki.xml_utils.msg.reply | ( | cls, | ||
args | ||||
) |
def rpki.xml_utils.msg.startElement | ( | self, | ||
stack, | ||||
name, | ||||
attrs | ||||
) |
def rpki.xml_utils.msg.toXML | ( | self | ) |
Definition at line 393 of file xml_utils.py.
Reimplemented in rpki.left_right.msg, and rpki.publication.msg.
Definition at line 392 of file xml_utils.py.