Eneboo - Documentación para desarrolladores
|
#include <libdigidoc/DigiDocStack.h>
#include <libdigidoc/DigiDocLib.h>
#include <libdigidoc/DigiDocError.h>
#include <libdigidoc/DigiDocDebug.h>
#include <string.h>
Funciones | |
ElementEntry * | ddocStackFindEnd (ElementEntry *pStack) |
int | ddocStackPushElement (ElementEntry *pStack, xmlTextReaderPtr reader, ElementEntry **pLastElem) |
int | ddocStackPushElementSAX (ElementEntry *pStack, const xmlChar *tagName, const xmlChar **atts, ElementEntry **pLastElem) |
int | ddocStackPopElement (ElementEntry *pStack, int bCleanup, ElementEntry **pLastElem) |
const xmlChar * | ddocStackCurrentTag (ElementEntry *pStack) |
const xmlChar * | ddocStackCurrentNsPrefix (ElementEntry *pStack) |
const xmlChar * | ddocStackCurrentNsUri (ElementEntry *pStack) |
int | ddocStackHasParentWithName (ElementEntry *pStack, const xmlChar *parentsName, ElementEntry *pCurrElem) |
ElementEntry * | ddocStackGetParentWithName (ElementEntry *pStack, const xmlChar *parentsName, ElementEntry *pCurrElem) |
const xmlChar* ddocStackCurrentNsPrefix | ( | ElementEntry * | pStack | ) |
const xmlChar* ddocStackCurrentNsUri | ( | ElementEntry * | pStack | ) |
const xmlChar* ddocStackCurrentTag | ( | ElementEntry * | pStack | ) |
ElementEntry* ddocStackFindEnd | ( | ElementEntry * | pStack | ) |
ElementEntry* ddocStackGetParentWithName | ( | ElementEntry * | pStack, |
const xmlChar * | parentsName, | ||
ElementEntry * | pCurrElem | ||
) |
int ddocStackHasParentWithName | ( | ElementEntry * | pStack, |
const xmlChar * | parentsName, | ||
ElementEntry * | pCurrElem | ||
) |
int ddocStackPopElement | ( | ElementEntry * | pStack, |
int | bCleanup, | ||
ElementEntry ** | pLastElem | ||
) |
int ddocStackPushElement | ( | ElementEntry * | pStack, |
xmlTextReaderPtr | reader, | ||
ElementEntry ** | pLastElem | ||
) |
int ddocStackPushElementSAX | ( | ElementEntry * | pStack, |
const xmlChar * | tagName, | ||
const xmlChar ** | atts, | ||
ElementEntry ** | pLastElem | ||
) |