42#ifndef TEUCHOS_LIBXML2HANDLERADAPTER_H
43#define TEUCHOS_LIBXML2HANDLERADAPTER_H
51#ifdef HAVE_TEUCHOS_LIBXML2
55#include <libxml/parser.h>
60 void xmlSAX2StartElement(
void* context,
62 const xmlChar** attr);
65 void xmlSAX2EndElement(
void* context,
69 void xmlSAX2Characters(
void* context,
Teuchos header file which uses auto-configuration information to include necessary C++ headers.
Reference-counted pointer class and non-member templated function implementations.
Defines a class for assembling an XMLObject from XML input.