Home | History | Annotate | Download | only in libxml2

Lines Matching defs:in

511  *    - override this xmlSAX2ResolveEntity() callback in the SAX block
680 "Entity(%s) already defined in the internal subset\n",
700 "Entity(%s) already defined in the external subset\n", name);
715 "SAX.xmlSAX2EntityDecl(%s) called while not in subset\n",
772 "SAX.xmlSAX2AttributeDecl(%s) called while not in subset\n",
823 "SAX.xmlSAX2ElementDecl(%s) called while not in subset\n",
874 "SAX.xmlSAX2NotationDecl(%s) called while not in subset\n",
917 "Entity(%s) already defined in the internal subset\n", name);
937 "Entity(%s) already defined in the external subset\n", name);
952 "SAX.xmlSAX2UnparsedEntityDecl(%s) called while not in subset\n",
963 * Everything is available on the context, so this is useless in our case.
1091 * DOM subtree and past it in a new xmlAttr element added to
1304 "Attribute %s in %s redefined\n",
1366 * to the ability to keep xmlSAX2References in attributes
1470 * Check that the attribute is not declared in the
1502 * Make sure that attributes redefinition occuring in the
1503 * internal subset are not overriden by definitions in the
1508 * the element should be instantiated in the tree if:
1510 * - the user required for completion in the tree
1513 * in the internal subset overriding it.
1536 * Check that the attribute is not declared in the
1866 /* store the string in the node overriding properties and nsDef */
1929 const xmlChar *in;
1932 in = str;
1933 while (in < end)
1934 if (*in++ == '&')
1957 * DOM subtree and past it in a new xmlAttr element added to
1972 * Note: if prefix == NULL, the attribute is not in the default namespace
2078 * entry points in the full validation code
2091 * to the ability to keep references in attributes
2307 * API, best is to skip in this case
2538 * Here we needed an accelerator mechanism in case of very large
2539 * elements. Use an attribute in the structure !!!
2813 * Returns the previous value in case of success and -1 in case of error.
2834 * Returns 0 in case of success and -1 in case of error.