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
1310 "Attribute %s in %s redefined\n",
1372 * to the ability to keep xmlSAX2References in attributes
1476 * Check that the attribute is not declared in the
1508 * Make sure that attributes redefinition occuring in the
1509 * internal subset are not overriden by definitions in the
1514 * the element should be instantiated in the tree if:
1516 * - the user required for completion in the tree
1519 * in the internal subset overriding it.
1542 * Check that the attribute is not declared in the
1872 /* store the string in the node overriding properties and nsDef */
1935 const xmlChar *in;
1938 in = str;
1939 while (in < end)
1940 if (*in++ == '&')
1963 * DOM subtree and past it in a new xmlAttr element added to
1978 * Note: if prefix == NULL, the attribute is not in the default namespace
2084 * entry points in the full validation code
2097 * to the ability to keep references in attributes
2315 * API, best is to skip in this case
2546 * Here we needed an accelerator mechanism in case of very large
2547 * elements. Use an attribute in the structure !!!
2825 * Returns the previous value in case of success and -1 in case of error.
2846 * Returns 0 in case of success and -1 in case of error.