libepubgen::EPUBXMLContent Class Reference

#include <EPUBXMLContent.h>

Public Member Functions

 EPUBXMLContent ()
 
void openElement (const char *name, const librevenge::RVNGPropertyList &attributes=librevenge::RVNGPropertyList())
 
void closeElement (const char *name)
 
void insertEmptyElement (const char *name, const librevenge::RVNGPropertyList &attributes=librevenge::RVNGPropertyList())
 
void insertCharacters (const librevenge::RVNGString &characters)
 
void append (const EPUBXMLContent &other)
 
void writeTo (EPUBPackage &package, const char *name)
 
bool empty () const
 

Private Attributes

std::deque< std::shared_ptr< EPUBXMLElement > > m_elements
 

Constructor & Destructor Documentation

libepubgen::EPUBXMLContent::EPUBXMLContent ( )

Member Function Documentation

void libepubgen::EPUBXMLContent::append ( const EPUBXMLContent other)
bool libepubgen::EPUBXMLContent::empty ( ) const
void libepubgen::EPUBXMLContent::insertCharacters ( const librevenge::RVNGString &  characters)
void libepubgen::EPUBXMLContent::insertEmptyElement ( const char *  name,
const librevenge::RVNGPropertyList &  attributes = librevenge::RVNGPropertyList() 
)
void libepubgen::EPUBXMLContent::openElement ( const char *  name,
const librevenge::RVNGPropertyList &  attributes = librevenge::RVNGPropertyList() 
)
void libepubgen::EPUBXMLContent::writeTo ( EPUBPackage &  package,
const char *  name 
)

Member Data Documentation

std::deque<std::shared_ptr<EPUBXMLElement> > libepubgen::EPUBXMLContent::m_elements
private

The documentation for this class was generated from the following files:

Generated for libepubgen by doxygen 1.8.11