RPKI Engine  1.0
Public Member Functions | Public Attributes
rpki::xml_utils::msg Class Reference
Inheritance diagram for rpki::xml_utils::msg:
Inheritance graph
Collaboration diagram for rpki::xml_utils::msg:
Collaboration graph

List of all members.

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

Detailed Description

Generic top-level PDU.

Definition at line 424 of file xml_utils.py.


Member Function Documentation

def rpki::xml_utils::msg::__str__ (   self)
def rpki::xml_utils::msg::endElement (   self,
  stack,
  name,
  text 
)
Handle top-level PDU.

Definition at line 442 of file xml_utils.py.

def rpki::xml_utils::msg::is_query (   self)
Is this msg a query?

Definition at line 482 of file xml_utils.py.

References type, and rpki::up_down::message_pdu::type.

Referenced by rpki::publication::msg::serve_top_level().

Here is the caller graph for this function:

def rpki::xml_utils::msg::is_reply (   self)
Is this msg a reply?

Definition at line 488 of file xml_utils.py.

References type, and rpki::up_down::message_pdu::type.

def rpki::xml_utils::msg::query (   cls,
  args 
)
Create a query PDU.

Definition at line 465 of file xml_utils.py.

References type, and rpki::up_down::message_pdu::type.

def rpki::xml_utils::msg::reply (   cls,
  args 
)
Create a reply PDU.

Definition at line 474 of file xml_utils.py.

References type, and rpki::up_down::message_pdu::type.

def rpki::xml_utils::msg::startElement (   self,
  stack,
  name,
  attrs 
)
Handle top-level PDU.

Definition at line 429 of file xml_utils.py.

def rpki::xml_utils::msg::toXML (   self)

Member Data Documentation


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