Searched refs:publicId (Results 1 – 13 of 13) sorted by relevance
| /onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/ |
| H A D | SOEntityCatalog.cxx | 81 void addPublicId(StringC &publicId, StringC &systemId, const Location &, 108 findBestPublicEntry(const StringC &publicId, Boolean overrideOnly, 288 if (!catalog->lookupPublic(maps.back().publicId, *sysidCharset_, mgr, in mapCatalog() 291 StringMessageArg(maps.back().publicId), in mapCatalog() 502 Boolean SOEntityCatalog::lookupPublic(const StringC &publicId, in lookupPublic() argument 508 const CatalogEntry *entry = findBestPublicEntry(publicId, 0, charset, in lookupPublic() 512 0, charset, delegated ? &publicId : 0, in lookupPublic() 545 SOEntityCatalog::findBestPublicEntry(const StringC &publicId, in findBestPublicEntry() argument 553 for (size_t i = 0; i <= publicId.size(); i++) { in findBestPublicEntry() 554 if ((i + 1 < publicId.size() in findBestPublicEntry() [all …]
|
| H A D | Parser.cxx | 49 PublicId publicId; in Parser() local 51 docCharsetDecl.addSection(publicId); in Parser()
|
| H A D | Event.cxx | 527 SgmlDeclEntityEvent:: SgmlDeclEntityEvent(const PublicId &publicId, in SgmlDeclEntityEvent() argument 531 : LocatedEvent(sgmlDeclEntity, loc), publicId_(publicId), in SgmlDeclEntityEvent()
|
| H A D | ExtendEntityManager.cxx | 381 map.publicId = *mapCatalogPublic; in expandSystemId() 1454 convertMinimumLiteral(value, parsedSysid.maps.back().publicId); in setCatalogAttributes() 2046 result += maps[i].publicId; in unparse()
|
| H A D | parseDecl.cxx | 1460 if (sd().formal() && id.publicId()->getTextClass(textClass) && textClass == PublicId::SD) in parseExternalId() 1506 const PublicId *publicId = id.publicId(); in parseNotationDecl() local 1507 if (publicId in parseNotationDecl() 1508 && publicId->getTextClass(textClass) in parseNotationDecl()
|
| H A D | GenericEventHandler.cxx | 731 setString(to.publicId, *str); in setExternalId()
|
| H A D | ArcEngine.cxx | 808 else if (!externalId.publicId()) { in makeDtdEntity() 809 const PublicId *pubid = notation->externalId().publicId(); in makeDtdEntity()
|
| H A D | parseSd.cxx | 797 sdBuilder.addFormalError(currentLocation(), *err, id.publicId()->string()); in sdParseSgmlDeclRef() 798 else if (id.publicId()->getTextClass(textClass) in sdParseSgmlDeclRef() 802 id.publicId()->string()); in sdParseSgmlDeclRef()
|
| /onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/ |
| H A D | ExternalId.h | 94 const PublicId *publicId() const; 152 const PublicId *ExternalId::publicId() const in publicId() function
|
| H A D | ExtendEntityManager.h | 66 StringC publicId; member
|
| H A D | Event.h | 803 SgmlDeclEntityEvent(const PublicId &publicId, 808 const PublicId &publicId() const; 1336 const PublicId &SgmlDeclEntityEvent::publicId() const in publicId() function
|
| /onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/nsgmls/ |
| H A D | RastEventHandler.cxx | 554 const StringC *publicId = id.publicIdString(); in externalIdInfo() local 555 if (publicId) { in externalIdInfo() 557 if (publicId->size() == 0) in externalIdInfo() 560 lines(markupLine, publicId->data(), publicId->size()); in externalIdInfo() 564 if (systemId || !publicId) { in externalIdInfo()
|
| /onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/generic/ |
| H A D | SGMLApplication.h | 46 CharString publicId; // valid only if havePublicId is true member
|