yast2-core
|
#include <ycp/YCPTerm.h>
#include <ycp/YCPValue.h>
#include <ycp/YCPVoid.h>
#include <ycp/YCPString.h>
#include <libxml2/libxml/tree.h>
#include <libxml2/libxml/xmlreader.h>
#include <libxml2/libxml/parser.h>
#include <libxml2/libxml/xmlstring.h>
#include <string>
Macros | |
#define | TESTFILE "test/minitest.xml" |
Functions | |
YCPList | xml2ycp (xmlNode *node, bool symbol=false) |
string | YMLParser (xmlNodePtr &node) |
string | YMLDocumentParser (xmlNodePtr &node) |
int | main (void) |
#define TESTFILE "test/minitest.xml" |
Referenced by main().
int main | ( | void | ) |
References TESTFILE, and YMLDocumentParser().
YCPList xml2ycp | ( | xmlNode * | node, |
bool | symbol = false |
||
) |
References YCPList::add(), YCPList::isEmpty(), YCPElement::isNull(), YCPList::size(), and YCPList::value().
Referenced by YMLParser().
string YMLDocumentParser | ( | xmlNodePtr & | node | ) |
References commands, and YMLParser().
Referenced by main().
string YMLParser | ( | xmlNodePtr & | node | ) |
References YCPElement::isNull(), YCPList::size(), YCPList::value(), and xml2ycp().
Referenced by YMLDocumentParser().