diff options
| author | Mike Hommey <glandium@debian.org> | 2010-03-18 07:40:32 +0100 |
|---|---|---|
| committer | Mike Hommey <glandium@debian.org> | 2010-03-18 07:40:32 +0100 |
| commit | eb5d521a2df72fa829a7f8196b957c696e7ccc58 (patch) | |
| tree | 224599e18a48f87e82aa8a32456563277c68ae58 /include/libxml/parser.h | |
| parent | 8a10e02b2f4971d3fdacab7dc7baecced34056fb (diff) | |
| download | libxml2-upstream/2.7.7.dfsg.tar.gz | |
Import upstream version 2.7.7upstream/2.7.7.dfsg
Diffstat (limited to 'include/libxml/parser.h')
| -rw-r--r-- | include/libxml/parser.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/libxml/parser.h b/include/libxml/parser.h index 148ee03..dd79c42 100644 --- a/include/libxml/parser.h +++ b/include/libxml/parser.h @@ -302,6 +302,12 @@ struct _xmlParserCtxt { xmlParserMode parseMode; /* the parser mode */ unsigned long nbentities; /* number of entities references */ unsigned long sizeentities; /* size of parsed entities */ + + /* for use by HTML non-recursive parser */ + xmlParserNodeInfo *nodeInfo; /* Current NodeInfo */ + int nodeInfoNr; /* Depth of the parsing stack */ + int nodeInfoMax; /* Max depth of the parsing stack */ + xmlParserNodeInfo *nodeInfoTab; /* array of nodeInfos */ }; /** |
