RPKI Engine  1.0
Public Member Functions | Public Attributes | Static Public Attributes
rpki::left_right::list_resources_elt Class Reference
Inheritance diagram for rpki::left_right::list_resources_elt:
Inheritance graph
Collaboration diagram for rpki::left_right::list_resources_elt:
Collaboration graph

List of all members.

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

Detailed Description

<list_resources/> element.

Definition at line 1140 of file left_right.py.


Member Function Documentation

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 1149 of file left_right.py.

Referenced by rpki::xml_utils::sax_handler::startElementNS().

Here is the caller graph for this function:

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 1165 of file left_right.py.

References rpki::up_down::base_elt::make_elt(), rpki::xml_utils::base_elt::make_elt(), and valid_until.

Referenced by rpki::xml_utils::base_elt::__str__(), rpki::xml_utils::msg::__str__(), and rpki::up_down::message_pdu::__str__().

Here is the call graph for this function:

Here is the caller graph for this function:


Member Data Documentation

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 1146 of file left_right.py.

Referenced by irbe_cli::cmd_elt_mixin::client_getopt(), rpki::xml_utils::base_elt::make_elt(), and rpki::xml_utils::base_elt::read_attrs().

string rpki::left_right::list_resources_elt::element_name = "list_resources" [static]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Properties