Eneboo - Documentación para desarrolladores
Clases | 'typedefs' | Funciones
Referencia del Archivo src/libdigidoc/DigiDocStack.h
#include <libxml/xmlreader.h>
#include <libdigidoc/DigiDocDefs.h>

Ir al código fuente de este archivo.

Clases

struct  ElementEntry_st

'typedefs'

typedef struct ElementEntry_st ElementEntry

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 los 'typedefs'

typedef struct ElementEntry_st ElementEntry

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'