Home
last modified time | relevance | path

Searched refs:notationName (Results 1 – 25 of 27) sorted by relevance

12

/external/webkit/Source/WebCore/dom/
DEntity.h35 String notationName() const { ASSERT_NOT_REACHED(); return String(); } in notationName() function
DEntity.idl25 readonly attribute [ConvertNullStringTo=Null] DOMString notationName;
/external/expat/amiga/include/libraries/
Dexpat.h239 const XML_Char *notationName);
251 const XML_Char *notationName);
255 const XML_Char *notationName,
/external/expat/lib/
Dexpat.h338 const XML_Char *notationName);
359 const XML_Char *notationName);
367 const XML_Char *notationName,
/external/expat/xmlwf/
Dxmlwf.c460 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/
DSAX2.h95 const xmlChar *notationName);
DSAX.h97 const xmlChar *notationName);
Dvalid.h383 const xmlChar *notationName);
Dparser.h474 const xmlChar *notationName);
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DTransformerHandlerImpl.java298 String name, String publicId, String systemId, String notationName) in unparsedEntityDecl() argument
304 m_dtdHandler.unparsedEntityDecl(name, publicId, systemId, notationName); in unparsedEntityDecl()
DTransformerIdentityImpl.java852 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/
DXSLTElementProcessor.java130 String notationName) in unparsedEntityDecl() argument
DStylesheetHandler.java346 String systemId, String notationName) in unparsedEntityDecl() argument
349 notationName); in unparsedEntityDecl()
/external/apache-xml/src/main/java/org/apache/xml/utils/
DDOMHelper.java1143 String notationName = entity.getNotationName(); in getUnparsedEntityURI()
1145 if (null != notationName) // then it's unparsed in getUnparsedEntityURI()
/external/libxml2/
Dlegacy.c1055 const xmlChar * notationName) in unparsedEntityDecl() argument
1059 notationName); in unparsedEntityDecl()
Dxmllint.c1171 const xmlChar *notationName) in unparsedEntityDeclDebug() argument
1179 if (notationName == NULL) in unparsedEntityDeclDebug()
1180 notationName = nullstr; in unparsedEntityDeclDebug()
1186 (char *) notationName); in unparsedEntityDeclDebug()
DSAX2.c870 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()
Dvalid.c3352 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()
Dxmlschemas.c28280 const xmlChar *notationName) in unparsedEntityDeclSplit() argument
28286 systemId, notationName); in unparsedEntityDeclSplit()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DDOM2DTM.java1433 String notationName = entity.getNotationName(); in getUnparsedEntityURI()
1435 if (null != notationName) // then it's unparsed in getUnparsedEntityURI()
/external/expat/tests/
Druntests.c111 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/
DSAX2DTM.java1627 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/
DToStream.java3519 …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/
DPublicDOMInterfaces.h238 @property(readonly, copy) NSString *notationName;
/external/webkit/Source/WebCore/
DChangeLog-2002-12-0315043 (Entity::notationName), (EntityReference::operator = ), (Notation::operator = ),

12