Eneboo - Documentación para desarrolladores
Funciones
Referencia del Archivo src/libdigidoc/DigiDocStack.c
#include <libdigidoc/DigiDocStack.h>
#include <libdigidoc/DigiDocLib.h>
#include <libdigidoc/DigiDocError.h>
#include <libdigidoc/DigiDocDebug.h>
#include <string.h>

Funciones

ElementEntryddocStackFindEnd (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 xmlCharddocStackCurrentTag (ElementEntry *pStack)
const xmlCharddocStackCurrentNsPrefix (ElementEntry *pStack)
const xmlCharddocStackCurrentNsUri (ElementEntry *pStack)
int ddocStackHasParentWithName (ElementEntry *pStack, const xmlChar *parentsName, ElementEntry *pCurrElem)
ElementEntryddocStackGetParentWithName (ElementEntry *pStack, const xmlChar *parentsName, ElementEntry *pCurrElem)

Documentación de las funciones

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 
)
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'