Lines Matching refs:table
113 * ALL notation declarations are stored in a table.
114 * There is one table per DTD.
121 * ALL element declarations are stored in a table.
122 * There is one table per DTD.
129 * ALL attribute declarations are stored in a table.
130 * There is one table per DTD.
137 * ALL IDs attributes are stored in a table.
138 * There is one table per document.
145 * ALL Refs attributes are stored in a table.
146 * There is one table per document.
161 xmlCopyNotationTable (xmlNotationTablePtr table);
164 xmlFreeNotationTable (xmlNotationTablePtr table);
171 xmlNotationTablePtr table);
217 xmlCopyElementTable (xmlElementTablePtr table);
220 xmlFreeElementTable (xmlElementTablePtr table);
224 xmlElementTablePtr table);
253 xmlCopyAttributeTable (xmlAttributeTablePtr table);
256 xmlFreeAttributeTable (xmlAttributeTablePtr table);
260 xmlAttributeTablePtr table);
273 xmlFreeIDTable (xmlIDTablePtr table);
292 xmlFreeRefTable (xmlRefTablePtr table);