Searched refs:entities (Results 1 - 25 of 25) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dentities.c2 * entities.c : implementation for the XML entities handling
18 #include <libxml/entities.h>
26 * The XML predefined entities.
142 * xmlAddEntity : register a new entity for an entities table.
163 if (dtd->entities == NULL)
164 dtd->entities = xmlHashCreateDict(0, dict);
165 table = dtd->entities;
369 * @parameter: look for parameter entities
428 if ((doc->extSubset != NULL) && (doc->extSubset->entities !
[all...]
H A DSAX.c20 #include <libxml/entities.h>
H A Dxmlcatalog.c315 Usage : %s [options] catalogfile entities...\n\
316 \tParse the catalog file and query it for the entities\n\
H A Dxinclude.c1054 /* handle crossing entities -> stack needed */
1344 if ((source != NULL) && (source->entities != NULL)) {
1350 xmlHashScan((xmlHashTablePtr) source->entities,
1354 if ((source != NULL) && (source->entities != NULL)) {
1365 xmlHashScan((xmlHashTablePtr) source->entities,
1464 * all entities have been resolved prior to processing the
1505 * Make sure we have all entities fixed up
2339 /* TODO: need to work on entities -> stack */
H A DSAX2.c20 #include <libxml/entities.h>
452 * Free up the external entities
478 * The entity loader, to control the loading of external entities,
1293 * If we don't substitute entities, the validation should be
1294 * done on a value with replaced entities anyway.
1548 (ctxt->myDoc->intSubset->entities == NULL)))) {
1776 * Remove the entities from an attribute value
1853 * Remove the entities from an attribute value
1996 * If we don't substitute entities, the validation should be
1997 * done on a value with replaced entities anywa
[all...]
H A Dvalid.c2183 * Deallocate the memory used by an entities hash table.
2455 * Deallocate the memory used by an entities hash table.
3756 * Values of type ENTITIES must match a sequence of declared entities
4256 * @value: the attribute value (without entities processing)
4433 * @value: the attribute value (without entities processing)
5280 * An entities reference appeared at this level.
6663 * possible values matches one of the defined entities.
6674 xmlEntitiesTablePtr entities; local
6686 if ((dtd != NULL) && (dtd->entities != NULL)) {
6687 entities
[all...]
H A DdebugXML.c1275 * Dumps debug information for all the entities in use by the document
1282 if ((doc->intSubset != NULL) && (doc->intSubset->entities != NULL)) {
1284 doc->intSubset->entities;
1291 fprintf(ctxt->output, "No entities in internal subset\n");
1292 if ((doc->extSubset != NULL) && (doc->extSubset->entities != NULL)) {
1294 doc->extSubset->entities;
1301 fprintf(ctxt->output, "No entities in external subset\n");
1391 * Dumps debug information for all the entities in use by the document
H A Dlegacy.c17 #include <libxml/entities.h>
42 * Substitute the HTML entities by their value
69 * Set up the predefined entities.
80 * Cleanup up the predefined entities table.
93 "fetch external entities",
94 "substitute entities",
183 } else if (!strcmp(name, "fetch external entities")) {
185 } else if (!strcmp(name, "substitute entities")) {
301 } else if (!strcmp(name, "fetch external entities")) {
303 } else if (!strcmp(name, "substitute entities")) {
[all...]
H A Dtree.c32 #include <libxml/entities.h>
138 * Functions to move to entities.c once the *
159 if((dtd != NULL) && (dtd->entities != NULL)) {
160 table = (xmlEntitiesTablePtr) dtd->entities;
1085 * of notations, elements, attributes and entities.
1110 if (cur->entities != NULL)
1111 xmlFreeEntitiesTable((xmlEntitiesTablePtr) cur->entities);
1339 * Predefined entities don't generate nodes
1524 * Predefined entities don't generate nodes
2237 * NOTE: @content is supposed to be a piece of XML CDATA, so it allow entities
[all...]
H A DHTMLtree.c26 #include <libxml/entities.h>
978 * force to output the stuff as HTML, especially for entities
H A DparserInternals.c44 #include <libxml/entities.h>
460 * the context allows it, we pop consumed entities
1260 * Commodity functions to handle entities processing *
H A Dxmlsave.c539 if ((dtd->entities == NULL) && (dtd->elements == NULL) &&
H A DHTMLparser.c40 #include <libxml/entities.h>
232 * in UTF-8 mode. It also pop-up unfinished entities on the fly.
1422 * The list of HTML predefined entities *
1545 * Anything below should really be kept as entities references
1712 * Commodity functions to handle entities *
1787 * plus HTML entities block of chars out.
1891 * plus HTML entities block of chars out.
2522 * Note: the parser won't do substitution of entities here, this
2677 * as CDATA but SGML allows entities references in attributes so their
4969 * Handle preparsed entities an
[all...]
H A Dparser.c53 #include <libxml/entities.h>
160 * use the number of parsed entities in the replacement
165 * The amount of data parsed counting entities size only once
174 * Check the density of entities for the amount of data
422 errmsg = "external parsed entities cannot be standalone\n";
1630 * in UTF-8 mode. It also pop-up unfinished entities on the fly.
1741 * It pops up finished entities in the process if allowable at that point.
1788 * Need to handle support of entities branching here
1798 * Commodity functions to handle entities *
2108 * In a document with an external subset or external parameter entities
[all...]
H A Dtestapi.c177 #include <libxml/entities.h>
1143 #include <libxml/entities.h>
9614 if (quiet == 0) printf("Testing entities : 12 of 16 functions ...\n");
9631 printf("Module entities: %d errors\n", test_ret);
26439 xmlChar * value; /* the attribute value (without entities processing) */
26551 xmlChar * value; /* the attribute value (without entities processing) */
[all...]
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dparser.h20 #include <libxml/entities.h>
40 * few predefined ones). This is the case both for internal entities
42 * external entities - in which case we use the buf structure for
110 * The recursive one use the state info for entities processing.
189 int replaceEntities; /* shall we replace entities ? */
247 xmlParserInputPtr entity; /* used to check entities boundaries */
300 unsigned long nbentities; /* number of entities references */
301 unsigned long sizeentities; /* size of parsed entities */
331 * The entity loader, to control the loading of external entities,
1051 * External entities handlin
[all...]
H A Dtree.h46 /* entities.h */
380 void *entities; /* Hash table for entities if any */ member in struct:_xmlDtd
383 void *pentities; /* Hash table for param entities if any */
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dxmldom.idl626 HRESULT entities( [out,retval] IXMLDOMNamedNodeMap **entityMap );
H A Dmsxml2.idl1077 HRESULT entities([retval, out] IXMLDOMNamedNodeMap **entityMap);
H A Dmsxml6.idl998 HRESULT entities([retval, out] IXMLDOMNamedNodeMap **entityMap);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dxmldom.idl620 HRESULT entities( [out,retval] IXMLDOMNamedNodeMap **entityMap );
H A Dmsxml2.idl934 HRESULT entities([retval, out] IXMLDOMNamedNodeMap **entityMap);
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dsjsxp.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 289 milliseconds