CBMC
xml_parse_tree.h
Go to the documentation of this file.
1 /*******************************************************************\
2 
3 Module:
4 
5 Author: Daniel Kroening, kroening@kroening.com
6 
7 \*******************************************************************/
8 
9 
10 #ifndef CPROVER_XMLLANG_XML_PARSE_TREE_H
11 #define CPROVER_XMLLANG_XML_PARSE_TREE_H
12 
13 #include <util/xml.h>
14 
16 {
17 public:
20 
21  void swap(xml_parse_treet &xml_parse_tree);
22  void clear();
23 };
24 
25 #endif // CPROVER_XMLLANG_XML_PARSE_TREE_H
xml_parse_treet::element
xmlt element
Definition: xml_parse_tree.h:19
xml.h
xml_parse_treet
Definition: xml_parse_tree.h:15
xml_parse_treet::clear
void clear()
Definition: xml_parse_tree.cpp:17
xmlt
Definition: xml.h:20
xml_parse_treet::xml
xmlt xml
Definition: xml_parse_tree.h:18
xml_parse_treet::swap
void swap(xml_parse_treet &xml_parse_tree)
Definition: xml_parse_tree.cpp:12