/external/webkit/Source/WebCore/dom/ |
D | Entity.h | 35 String notationName() const { ASSERT_NOT_REACHED(); return String(); } in notationName() function
|
D | Entity.idl | 25 readonly attribute [ConvertNullStringTo=Null] DOMString notationName;
|
/external/expat/amiga/include/libraries/ |
D | expat.h | 239 const XML_Char *notationName); 251 const XML_Char *notationName); 255 const XML_Char *notationName,
|
/external/expat/lib/ |
D | expat.h | 338 const XML_Char *notationName); 359 const XML_Char *notationName); 367 const XML_Char *notationName,
|
/external/expat/xmlwf/ |
D | xmlwf.c | 460 const XML_Char *notationName, in metaNotationDecl() argument 467 ftprintf(fp, T("<notation name=\"%s\""), notationName); in metaNotationDecl() 489 const XML_Char *notationName) in metaEntityDecl() argument 501 else if (notationName) { in metaEntityDecl() 508 ftprintf(fp, T(" notation=\"%s\""), notationName); in metaEntityDecl()
|
/external/libxml2/include/libxml/ |
D | SAX2.h | 95 const xmlChar *notationName);
|
D | SAX.h | 97 const xmlChar *notationName);
|
D | valid.h | 383 const xmlChar *notationName);
|
D | parser.h | 474 const xmlChar *notationName);
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
D | TransformerHandlerImpl.java | 298 String name, String publicId, String systemId, String notationName) in unparsedEntityDecl() argument 304 m_dtdHandler.unparsedEntityDecl(name, publicId, systemId, notationName); in unparsedEntityDecl()
|
D | TransformerIdentityImpl.java | 852 String name, String publicId, String systemId, String notationName) in unparsedEntityDecl() argument 858 notationName); in unparsedEntityDecl()
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
D | XSLTElementProcessor.java | 130 String notationName) in unparsedEntityDecl() argument
|
D | StylesheetHandler.java | 346 String systemId, String notationName) in unparsedEntityDecl() argument 349 notationName); in unparsedEntityDecl()
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | DOMHelper.java | 1143 String notationName = entity.getNotationName(); in getUnparsedEntityURI() 1145 if (null != notationName) // then it's unparsed in getUnparsedEntityURI()
|
/external/libxml2/ |
D | legacy.c | 1055 const xmlChar * notationName) in unparsedEntityDecl() argument 1059 notationName); in unparsedEntityDecl()
|
D | xmllint.c | 1171 const xmlChar *notationName) in unparsedEntityDeclDebug() argument 1179 if (notationName == NULL) in unparsedEntityDeclDebug() 1180 notationName = nullstr; in unparsedEntityDeclDebug() 1186 (char *) notationName); in unparsedEntityDeclDebug()
|
D | SAX2.c | 870 const xmlChar *notationName) in xmlSAX2UnparsedEntityDecl() argument 878 name, publicId, systemId, notationName); in xmlSAX2UnparsedEntityDecl() 883 publicId, systemId, notationName); in xmlSAX2UnparsedEntityDecl() 903 publicId, systemId, notationName); in xmlSAX2UnparsedEntityDecl()
|
D | valid.c | 3352 const xmlChar *notationName) { in xmlValidateNotationUse() argument 3355 (notationName == NULL)) return(-1); in xmlValidateNotationUse() 3357 notaDecl = xmlGetDtdNotationDesc(doc->intSubset, notationName); in xmlValidateNotationUse() 3359 notaDecl = xmlGetDtdNotationDesc(doc->extSubset, notationName); in xmlValidateNotationUse() 3364 notationName, NULL, NULL); in xmlValidateNotationUse()
|
D | xmlschemas.c | 28280 const xmlChar *notationName) in unparsedEntityDeclSplit() argument 28286 systemId, notationName); in unparsedEntityDeclSplit()
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/ |
D | DOM2DTM.java | 1433 String notationName = entity.getNotationName(); in getUnparsedEntityURI() 1435 if (null != notationName) // then it's unparsed in getUnparsedEntityURI()
|
/external/expat/tests/ |
D | runtests.c | 111 const XML_Char *notationName) in dummy_entity_decl_handler() argument 116 const XML_Char *notationName, in dummy_notation_decl_handler() argument
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/ |
D | SAX2DTM.java | 1627 String name, String publicId, String systemId, String notationName) in unparsedEntityDecl() argument 1653 m_entities.addElement(notationName); in unparsedEntityDecl()
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | ToStream.java | 3519 …public void unparsedEntityDecl(String name, String pubID, String sysID, String notationName) throw… in unparsedEntityDecl() argument 3536 m_writer.write(notationName); in unparsedEntityDecl()
|
/external/webkit/Source/WebCore/bindings/objc/ |
D | PublicDOMInterfaces.h | 238 @property(readonly, copy) NSString *notationName;
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2002-12-03 | 15043 (Entity::notationName), (EntityReference::operator = ), (Notation::operator = ),
|