Inherits rpki::xml_utils::base_elt.
Inherited by rpki.left_right.list_published_objects_elt, rpki.left_right.report_error_elt, and rpki.publication.report_error_elt.
Public Member Functions | |
def | endElement |
def | toXML |
Static Public Attributes | |
text_attribute = None | |
Name of the class attribute that holds the text value. |
Virtual base class for XML message elements that contain text.
Definition at line 219 of file xml_utils.py.
def rpki.xml_utils.text_elt.endElement | ( | self, | ||
stack, | ||||
name, | ||||
text | ||||
) |
Extract text from parsed XML.
Reimplemented from rpki.xml_utils.base_elt.
Definition at line 228 of file xml_utils.py.
def rpki.xml_utils.text_elt.toXML | ( | self | ) |
Insert text into generated XML.
Reimplemented from rpki.xml_utils.base_elt.
Definition at line 235 of file xml_utils.py.
rpki::xml_utils.text_elt::text_attribute = None [static] |
Name of the class attribute that holds the text value.
Reimplemented in rpki.left_right.list_published_objects_elt, rpki.left_right.report_error_elt, and rpki.publication.report_error_elt.
Definition at line 226 of file xml_utils.py.