Lines Matching defs:node
82 * The parser can be asked to collect Node informations, i.e. at what
90 const struct _xmlNode* node;
91 /* Position & line # that text that created the node begins & ends on */
201 /* Node analysis stack only used for DOM building */
202 xmlNodePtr node; /* Current parsed Node */
207 int record_info; /* Whether node info should be kept */
208 xmlParserNodeInfoSeq node_seq; /* info about each node parsed */
225 /* Node name stack */
226 const xmlChar *name; /* Current parsed Node */
251 int nodemem; /* Speed up large node parsing */
668 * @nb_namespaces: number of namespace definitions on that node
670 * @nb_attributes: the number of attributes on that node
933 xmlParseInNodeContext (xmlNodePtr node,
1034 * Node infos.
1038 const xmlNodePtr node);
1045 const xmlNodePtr node);