#include "Teuchos_ExpatHandlerAdapter.hpp"
#include "Teuchos_TreeBuildingXMLHandler.hpp"
Go to the source code of this file.
Functions | |
void | expatStartElementHandler (void *handler, const XML_Char *name, const XML_Char **attr) |
void | expatEndElementHandler (void *handler, const XML_Char *name) |
void | expatCharacterDataHandler (void *handler, const XML_Char *s, int len) |
void expatCharacterDataHandler | ( | void * | handler, | |
const XML_Char * | s, | |||
int | len | |||
) |
Definition at line 69 of file Teuchos_ExpatHandlerAdapter.cpp.
void expatEndElementHandler | ( | void * | handler, | |
const XML_Char * | name | |||
) |
Definition at line 59 of file Teuchos_ExpatHandlerAdapter.cpp.
void expatStartElementHandler | ( | void * | handler, | |
const XML_Char * | name, | |||
const XML_Char ** | attr | |||
) |
Definition at line 37 of file Teuchos_ExpatHandlerAdapter.cpp.