#include "Teuchos_ConfigDefs.hpp"
#include "Teuchos_TreeBuildingXMLHandler.hpp"
#include "Teuchos_RCP.hpp"
#include <libxml/parser.h>
Go to the source code of this file.
Functions | |
void | xmlSAX2StartElement (void *context, const xmlChar *name, const xmlChar **attr) |
void | xmlSAX2EndElement (void *context, const xmlChar *name) |
void | xmlSAX2Characters (void *context, const xmlChar *s, int len) |
Definition in file Teuchos_Libxml2HandlerAdapter.hpp.
void xmlSAX2Characters | ( | void * | context, | |
const xmlChar * | s, | |||
int | len | |||
) |
void xmlSAX2EndElement | ( | void * | context, | |
const xmlChar * | name | |||
) |
Definition at line 60 of file Teuchos_Libxml2HandlerAdapter.cpp.
void xmlSAX2StartElement | ( | void * | context, | |
const xmlChar * | name, | |||
const xmlChar ** | attr | |||
) |
Definition at line 38 of file Teuchos_Libxml2HandlerAdapter.cpp.