#include "Teuchos_Libxml2HandlerAdapter.hpp"#include "Teuchos_TreeBuildingXMLHandler.hpp"#include "Teuchos_ParameterList.hpp"

Go to the source code of this file.
Functions | |
| void | xmlSAX2StartElement (void *handler, const xmlChar *name, const xmlChar **attr) |
| void | xmlSAX2EndElement (void *handler, const xmlChar *name) |
| void | xmlSAX2CharacterData (void *handler, const xmlChar *s, int len) |
| void xmlSAX2CharacterData | ( | void * | handler, | |
| const xmlChar * | s, | |||
| int | len | |||
| ) |
Definition at line 70 of file Teuchos_Libxml2HandlerAdapter.cpp.
| 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.
1.5.9