Ir al código fuente de este archivo.
Clases |
struct | ElementEntry_st |
'typedefs' |
typedef struct ElementEntry_st | ElementEntry |
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) |
Documentación de los 'typedefs'
Documentación de las funciones