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

123

/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DEntity.idl24 [TreatReturnedNullStringAs=Null] readonly attribute DOMString notationName;
H A DEntity.h35 String notationName() const { ASSERT_NOT_REACHED(); return String(); } function in class:WebCore::Entity
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxml/
H A Dtclexpat.c83 const XML_Char *notationName));
86 const XML_Char *notationName,
704 static void TclExpatUnparsedDeclHandler(userdata, entityName, base, systemId, publicId, notationName)
710 const XML_Char *notationName;
720 Tcl_NewStringObj((XML_Char*)notationName, -1)
725 static void TclExpatNotationDeclHandler(userdata, notationName, base, systemId, publicId)
727 const XML_Char *notationName;
736 Tcl_NewStringObj((XML_Char*)notationName, -1),
H A DtclxmlDecls.h132 Tcl_Obj * publicId, Tcl_Obj * notationName));
135 void * userData, Tcl_Obj * notationName,
193 void (*tclXML_UnparsedDeclHandler) _ANSI_ARGS_((void * userData, Tcl_Obj * entityname, Tcl_Obj * base, Tcl_Obj * systemId, Tcl_Obj * publicId, Tcl_Obj * notationName)); /* 24 */
194 void (*tclXML_NotationDeclHandler) _ANSI_ARGS_((void * userData, Tcl_Obj * notationName, Tcl_Obj * base, Tcl_Obj * systemId, Tcl_Obj * publicId)); /* 25 */
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/library/xml/TclExpat-1.1/
H A Dxmlparse.h114 The entityName, systemId and notationName arguments will never be null.
122 const XML_Char *notationName);
126 The notationName will never be null. The other arguments can be. */
129 const XML_Char *notationName,
H A Dtclexpat.c102 const XML_Char *notationName));
104 const XML_Char *notationName,
1167 TclExpatUnparsedDeclHandler(userData, entityname, base, systemId, publicId, notationName)
1173 CONST char *notationName;
1200 if (notationName == NULL) {
1203 Tcl_ListObjAppendElement(expat->interp, cmdPtr, Tcl_NewStringObj((char *)notationName, strlen(notationName)));
1243 TclExpatNotationDeclHandler(userData, notationName, base, systemId, publicId)
1245 CONST char *notationName;
1267 Tcl_ListObjAppendElement(expat->interp, cmdPtr, Tcl_NewStringObj((char *)notationName, strle
[all...]
H A Dxmlwf.c275 const XML_Char *notationName)
284 ftprintf(fp, T(" notation=\"%s\""), notationName);
291 const XML_Char *notationName,
297 ftprintf(fp, T("<notation name=\"%s\""), notationName);
270 metaUnparsedEntityDecl(XML_Parser parser, const XML_Char *entityName, const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId, const XML_Char *notationName) argument
290 metaNotationDecl(XML_Parser parser, const XML_Char *notationName, const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId) argument
/macosx-10.9.5/CF-855.17/
H A DCFXMLNode.c83 if (!_nullSafeCFEqual(data1->notationName, data2->notationName)) return false;
172 if (data->notationName) CFRelease(data->notationName);
275 destData->notationName = sourceData->notationName ? (CFStringRef)CFStringCreateCopy(alloc, sourceData->notationName) : NULL;
H A DCFXMLNode.h145 CFStringRef notationName; /* NULL if entityType is parsed */ member in struct:__anon592
/macosx-10.9.5/expat-12/expat/amiga/include/libraries/
H A Dexpat.h239 const XML_Char *notationName);
251 const XML_Char *notationName);
255 const XML_Char *notationName,
/macosx-10.9.5/libxml2-26/libxml2/
H A DtestHTML.c309 * @notationName: the name of the notation
316 const xmlChar *notationName)
320 (char *) notationName);
314 unparsedEntityDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar *publicId, const xmlChar *systemId, const xmlChar *notationName) argument
H A DtestSAX.c529 * @notationName: the name of the notation
536 const xmlChar *notationName)
544 if (notationName == NULL)
545 notationName = nullstr;
551 (char *) notationName);
534 unparsedEntityDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar *publicId, const xmlChar *systemId, const xmlChar *notationName) argument
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A DtestHTML.c309 * @notationName: the name of the notation
316 const xmlChar *notationName)
320 (char *) notationName);
314 unparsedEntityDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar *publicId, const xmlChar *systemId, const xmlChar *notationName) argument
H A DtestSAX.c529 * @notationName: the name of the notation
536 const xmlChar *notationName)
544 if (notationName == NULL)
545 notationName = nullstr;
551 (char *) notationName);
534 unparsedEntityDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar *publicId, const xmlChar *systemId, const xmlChar *notationName) argument
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxml/expat/xmlparse/
H A Dxmlparse.h151 The entityName, systemId and notationName arguments will never be null.
159 const XML_Char *notationName);
163 The notationName will never be null. The other arguments can be. */
166 const XML_Char *notationName,
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/extensions/tnc/
H A Dtnc.c153 char *notationName; member in struct:TNC_entityInfo
566 value_length, base, systemId, publicId, notationName)
575 const char *notationName;
597 if (notationName == NULL) {
607 if (notationName != NULL) {
610 notationName, &newPtr);
611 entityInfo->notationName = tdomstrdup (notationName);
631 * Stores the notationName in the notationDecls table with value
638 TncNotationDeclHandler (userData, notationName, bas
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/xml/expat/lib/
H A Dexpat.h380 be non-NULL and systemId, publicID, and notationName will be NULL.
387 identifier was provided. The notationName argument will have a
402 const XML_Char *notationName);
414 entityName, systemId and notationName arguments will never be
423 const XML_Char *notationName);
426 whatever was set by XML_SetBase. The notationName will never be
431 const XML_Char *notationName,
/macosx-10.9.5/apr-30/apr-util/apr-util/xml/expat/lib/
H A Dexpat.h380 be non-NULL and systemId, publicID, and notationName will be NULL.
387 identifier was provided. The notationName argument will have a
402 const XML_Char *notationName);
414 entityName, systemId and notationName arguments will never be
423 const XML_Char *notationName);
426 whatever was set by XML_SetBase. The notationName will never be
431 const XML_Char *notationName,
/macosx-10.9.5/expat-12/expat/lib/
H A Dexpat.h316 be non-NULL and systemId, publicID, and notationName will be NULL.
323 identifier was provided. The notationName argument will have a
338 const XML_Char *notationName);
350 entityName, systemId and notationName arguments will never be
359 const XML_Char *notationName);
362 whatever was set by XML_SetBase. The notationName will never be
367 const XML_Char *notationName,
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/expat/
H A Dexpat.h316 be non-NULL and systemId, publicID, and notationName will be NULL.
323 identifier was provided. The notationName argument will have a
338 const XML_Char *notationName);
350 entityName, systemId and notationName arguments will never be
359 const XML_Char *notationName);
362 whatever was set by XML_SetBase. The notationName will never be
367 const XML_Char *notationName,
/macosx-10.9.5/libxml2-26/libxml2/include/libxml/
H A DSAX.h97 const xmlChar *notationName);
H A DSAX2.h95 const xmlChar *notationName);
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A DSAX.h97 const xmlChar *notationName);
H A DSAX2.h95 const xmlChar *notationName);
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxml/expat/xmlwf/
H A Dxmlwf.c439 const XML_Char *notationName)
448 ftprintf(fp, T(" notation=\"%s\""), notationName);
455 const XML_Char *notationName,
461 ftprintf(fp, T("<notation name=\"%s\""), notationName);
434 metaUnparsedEntityDecl(XML_Parser parser, const XML_Char *entityName, const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId, const XML_Char *notationName) argument
454 metaNotationDecl(XML_Parser parser, const XML_Char *notationName, const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId) argument

Completed in 285 milliseconds

123