Searched defs:notationName (Results 1 - 25 of 26) sorted by relevance

12

/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLTElementProcessor.java125 * @param notationName The name of the associated notation.
130 String notationName)
128 unparsedEntityDecl(StylesheetHandler handler, String name, String publicId, String systemId, String notationName) argument
H A DStylesheetHandler.java342 * @param notationName The name of the associated notation.
346 String systemId, String notationName)
349 notationName);
345 unparsedEntityDecl(String name, String publicId, String systemId, String notationName) argument
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerHandlerImpl.java292 * @param notationName The name of the associated notation.
298 String name, String publicId, String systemId, String notationName)
304 m_dtdHandler.unparsedEntityDecl(name, publicId, systemId, notationName);
297 unparsedEntityDecl( String name, String publicId, String systemId, String notationName) argument
H A DTransformerIdentityImpl.java844 * @param notationName The name of the associated notation.
852 String name, String publicId, String systemId, String notationName)
858 notationName);
851 unparsedEntityDecl( String name, String publicId, String systemId, String notationName) argument
/external/chromium_org/third_party/libxml/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 Dlegacy.c1047 * @notationName: the name of the notation
1055 const xmlChar * notationName)
1059 notationName);
1053 unparsedEntityDecl(void *ctx, 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
H A DSAX2.c863 * @notationName: the name of the notation
870 const xmlChar *notationName)
878 name, publicId, systemId, notationName);
883 publicId, systemId, notationName);
903 publicId, systemId, notationName);
868 xmlSAX2UnparsedEntityDecl(void *ctx, const xmlChar *name, const xmlChar *publicId, const xmlChar *systemId, const xmlChar *notationName) argument
H A Dxmllint.c1160 * @notationName: the name of the notation
1167 const xmlChar *notationName)
1175 if (notationName == NULL)
1176 notationName = nullstr;
1182 (char *) notationName);
1165 unparsedEntityDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar *publicId, const xmlChar *systemId, const xmlChar *notationName) argument
H A Druntest.c1054 * @notationName: the name of the notation
1061 const xmlChar *notationName)
1069 if (notationName == NULL)
1070 notationName = nullstr;
1076 (char *) notationName);
1059 unparsedEntityDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar *publicId, const xmlChar *systemId, const xmlChar *notationName) argument
H A Dvalid.c3342 * @notationName: the notation name to check
3352 const xmlChar *notationName) {
3355 (notationName == NULL)) return(-1);
3357 notaDecl = xmlGetDtdNotationDesc(doc->intSubset, notationName);
3359 notaDecl = xmlGetDtdNotationDesc(doc->extSubset, notationName);
3364 notationName, NULL, NULL);
3351 xmlValidateNotationUse(xmlValidCtxtPtr ctxt, xmlDocPtr doc, const xmlChar *notationName) argument
H A Dxmlschemas.c28274 const xmlChar *notationName)
28280 systemId, notationName);
28272 unparsedEntityDeclSplit(void *ctx, const xmlChar *name, const xmlChar *publicId, const xmlChar *systemId, const xmlChar *notationName) argument
H A Dtestapi.c5176 xmlChar * notationName; /* the name of the notation */ local
5189 notationName = gen_const_xmlChar_ptr(n_notationName, 4);
5191 xmlSAX2UnparsedEntityDecl(ctx, (const xmlChar *)name, (const xmlChar *)publicId, (const xmlChar *)systemId, (const xmlChar *)notationName);
5197 des_const_xmlChar_ptr(n_notationName, (const xmlChar *)notationName, 4);
26640 xmlChar * notationName; /* the notation name to check */ local
26649 notationName = gen_const_xmlChar_ptr(n_notationName, 2);
26651 ret_val = xmlValidateNotationUse(ctxt, doc, (const xmlChar *)notationName);
26656 des_const_xmlChar_ptr(n_notationName, (const xmlChar *)notationName, 2);
[all...]
/external/expat/tests/
H A Druntests.c112 const XML_Char *notationName)
117 const XML_Char *notationName,
104 dummy_entity_decl_handler(void *userData, const XML_Char *entityName, int is_parameter_entity, const XML_Char *value, int value_length, const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId, const XML_Char *notationName) argument
116 dummy_notation_decl_handler(void *userData, const XML_Char *notationName, const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId) argument
/external/libxml2/
H A Dlegacy.c1047 * @notationName: the name of the notation
1055 const xmlChar * notationName)
1059 notationName);
1053 unparsedEntityDecl(void *ctx, const xmlChar * name, const xmlChar * publicId, const xmlChar * systemId, const xmlChar * notationName) argument
H A DSAX2.c893 * @notationName: the name of the notation
900 const xmlChar *notationName)
908 name, publicId, systemId, notationName);
913 publicId, systemId, notationName);
933 publicId, systemId, notationName);
898 xmlSAX2UnparsedEntityDecl(void *ctx, const xmlChar *name, const xmlChar *publicId, const xmlChar *systemId, const xmlChar *notationName) argument
H A Dxmllint.c1166 * @notationName: the name of the notation
1173 const xmlChar *notationName)
1181 if (notationName == NULL)
1182 notationName = nullstr;
1188 (char *) notationName);
1171 unparsedEntityDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar *publicId, const xmlChar *systemId, const xmlChar *notationName) argument
H A Dvalid.c3342 * @notationName: the notation name to check
3352 const xmlChar *notationName) {
3355 (notationName == NULL)) return(-1);
3357 notaDecl = xmlGetDtdNotationDesc(doc->intSubset, notationName);
3359 notaDecl = xmlGetDtdNotationDesc(doc->extSubset, notationName);
3364 notationName, NULL, NULL);
3351 xmlValidateNotationUse(xmlValidCtxtPtr ctxt, xmlDocPtr doc, const xmlChar *notationName) argument
H A Dxmlschemas.c28355 const xmlChar *notationName)
28361 systemId, notationName);
28353 unparsedEntityDeclSplit(void *ctx, const xmlChar *name, const xmlChar *publicId, const xmlChar *systemId, const xmlChar *notationName) argument
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
H A DSAX2DTM.java162 * publicId, systemID, notationName, and name.
1619 * @param notationName The name of the associated notation.
1627 String name, String publicId, String systemId, String notationName)
1653 m_entities.addElement(notationName);
1626 unparsedEntityDecl( String name, String publicId, String systemId, String notationName) argument
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToStream.java3519 public void unparsedEntityDecl(String name, String pubID, String sysID, String notationName) throws SAXException { argument
3536 m_writer.write(notationName);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 858 milliseconds

12