RPKI Engine
1.0
|
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 223 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 232 of file xml_utils.py.
References text_attribute, rpki::publication::report_error_elt::text_attribute, rpki::left_right::list_ghostbuster_requests_elt::text_attribute, rpki::left_right::list_published_objects_elt::text_attribute, and rpki::left_right::report_error_elt::text_attribute.
def rpki::xml_utils::text_elt::toXML | ( | self | ) |
Insert text into generated XML.
Reimplemented from rpki::xml_utils::base_elt.
Definition at line 239 of file xml_utils.py.
References rpki::up_down::base_elt::make_elt(), rpki::xml_utils::base_elt::make_elt(), text_attribute, rpki::publication::report_error_elt::text_attribute, rpki::left_right::list_ghostbuster_requests_elt::text_attribute, rpki::left_right::list_published_objects_elt::text_attribute, and rpki::left_right::report_error_elt::text_attribute.
Referenced by rpki::xml_utils::msg::__str__().
rpki::xml_utils::text_elt::text_attribute = None [static] |
Name of the class attribute that holds the text value.
Reimplemented in rpki::left_right::report_error_elt, rpki::left_right::list_published_objects_elt, rpki::left_right::list_ghostbuster_requests_elt, and rpki::publication::report_error_elt.
Definition at line 230 of file xml_utils.py.
Referenced by endElement(), and toXML().