Stack as a (singly) linked list. The top element is the current node.
Definition at line 77 of file xmlparse.c.
Data Fields | |
XML_NODE * | node |
PSTACK * | next |
XML_NODE* parse_stack_struct::node |
Definition at line 79 of file xmlparse.c.
Referenced by handleDecl(), handleStarttag(), popPstack(), procPcdata(), pushPstack(), topPstack(), xmlFindNode(), xmlFindNodeMaxdepth(), and xmlProcess().
PSTACK* parse_stack_struct::next |
Definition at line 80 of file xmlparse.c.
Referenced by popPstack(), and pushPstack().