OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
AgentUtXmlValidate Class Reference

#include <test_xml_validate.h>

Inheritance diagram for AgentUtXmlValidate:
Collaboration diagram for AgentUtXmlValidate:

Public Member Functions

 AgentUtXmlValidate (const std::string &name, const pugi::xml_node &node, AgentUtXmlTestCase *test_case)
 
 ~AgentUtXmlValidate ()
 
virtual bool ReadXml ()
 
virtual bool ToXml (pugi::xml_node *parent)
 
virtual std::string NodeType ()
 
virtual void ToString (std::string *str)
 
virtual bool Run ()
 
- Public Member Functions inherited from AgentUtXmlNode
 AgentUtXmlNode (const std::string &name, const pugi::xml_node &node, AgentUtXmlTestCase *test_case)
 
 AgentUtXmlNode (const std::string &name, const pugi::xml_node &node, bool gen_xml, AgentUtXmlTestCase *test_case)
 
virtual ~AgentUtXmlNode ()
 
void set_gen_xml (bool val)
 
bool gen_xml () const
 
bool op_delete () const
 
void set_op_delete (bool val)
 
const std::string & name () const
 
const pugi::xml_node & node () const
 
AgentUtXmlTestCasetest_case ()
 

Private Types

typedef std::vector
< AgentUtXmlValidationNode * > 
AgentUtXmlValidationList
 

Private Attributes

AgentUtXmlValidationList node_list_
 

Additional Inherited Members

- Protected Attributes inherited from AgentUtXmlNode
pugi::xml_node gen_node_
 

Detailed Description

Definition at line 23 of file test_xml_validate.h.

Member Typedef Documentation

Definition at line 25 of file test_xml_validate.h.

Constructor & Destructor Documentation

AgentUtXmlValidate::AgentUtXmlValidate ( const std::string &  name,
const pugi::xml_node &  node,
AgentUtXmlTestCase test_case 
)

Definition at line 71 of file test_xml_validate.cc.

AgentUtXmlValidate::~AgentUtXmlValidate ( )

Definition at line 77 of file test_xml_validate.cc.

Member Function Documentation

string AgentUtXmlValidate::NodeType ( )
virtual

Implements AgentUtXmlNode.

Definition at line 90 of file test_xml_validate.cc.

bool AgentUtXmlValidate::ReadXml ( )
virtual

Implements AgentUtXmlNode.

Definition at line 94 of file test_xml_validate.cc.

Here is the call graph for this function:

bool AgentUtXmlValidate::Run ( void  )
virtual

Reimplemented from AgentUtXmlNode.

Definition at line 126 of file test_xml_validate.cc.

Here is the call graph for this function:

void AgentUtXmlValidate::ToString ( std::string *  str)
virtual

Reimplemented from AgentUtXmlNode.

Definition at line 84 of file test_xml_validate.cc.

Here is the call graph for this function:

bool AgentUtXmlValidate::ToXml ( pugi::xml_node *  parent)
virtual

Implements AgentUtXmlNode.

Definition at line 121 of file test_xml_validate.cc.

Member Data Documentation

AgentUtXmlValidationList AgentUtXmlValidate::node_list_
private

Definition at line 37 of file test_xml_validate.h.


The documentation for this class was generated from the following files: