Searched refs:InternalEntity (Results 1 – 14 of 14) sorted by relevance
| /onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/ |
| H A D | Entity.h | 36 class InternalEntity; variable 70 virtual const InternalEntity *asInternalEntity() const; 90 class InternalEntity : public Entity { 92 InternalEntity(const StringC &, DeclType declType, DataType dataType, 96 const InternalEntity *asInternalEntity() const; 101 class PiEntity : public InternalEntity { 117 class InternalDataEntity : public InternalEntity { 151 class InternalTextEntity : public InternalEntity { 304 const StringC &InternalEntity::string() const in string() 310 const Text &InternalEntity::text() const in text()
|
| H A D | Text.h | 22 class InternalEntity; variable 69 void addCdata(const InternalEntity *, const ConstPtr<Origin> &); 70 void addSdata(const InternalEntity *, const ConstPtr<Origin> &);
|
| H A D | Event.h | 213 DataEntityEvent(Type type, const InternalEntity *, 225 CdataEntityEvent(const InternalEntity *, 236 SdataEntityEvent(const InternalEntity *,
|
| /onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/ |
| H A D | Entity.cxx | 31 InternalEntity::InternalEntity(const StringC &name, in InternalEntity() function in SP_NAMESPACE::InternalEntity 43 : InternalEntity(name, declType, pi, defLocation, text) in PiEntity() 54 : InternalEntity(name, generalEntity, dataType, defLocation, text) in InternalDataEntity() 86 : InternalEntity(name, declType, sgmlText, defLocation, text), in InternalTextEntity() 252 const InternalEntity *Entity::asInternalEntity() const in asInternalEntity() 295 const InternalEntity *InternalEntity::asInternalEntity() const in asInternalEntity()
|
| H A D | Event.cxx | 162 DataEntityEvent::DataEntityEvent(Type type, const InternalEntity *entity, in DataEntityEvent() 176 CdataEntityEvent::CdataEntityEvent(const InternalEntity *entity, in CdataEntityEvent() 182 SdataEntityEvent::SdataEntityEvent(const InternalEntity *entity, in SdataEntityEvent()
|
| H A D | Text.cxx | 52 void Text::addCdata(const InternalEntity *entity, in addCdata() 59 void Text::addSdata(const InternalEntity *entity, in addSdata()
|
| H A D | ParserState.cxx | 562 const InternalEntity *i1 = e1->asInternalEntity(); in sameEntityDef() 563 const InternalEntity *i2 = e2->asInternalEntity(); in sameEntityDef()
|
| H A D | Location.cxx | 396 const InternalEntity *internal = entity_->asInternalEntity(); in defLocation()
|
| H A D | GenericEventHandler.cxx | 686 const InternalEntity *internal = from.asInternalEntity(); in setEntity()
|
| H A D | parseDecl.cxx | 2384 const InternalEntity *internal = entity.asInternalEntity(); in maybeStatusKeyword()
|
| /onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/nsgmls/ |
| H A D | RastEventHandler.h | 47 class InternalEntity; variable 173 void internalEntityInfo(const InternalEntity *);
|
| H A D | SgmlsEventHandler.h | 96 void defineInternalEntity(const InternalEntity *entity);
|
| H A D | SgmlsEventHandler.cxx | 388 const InternalEntity *internalEntity = entity->asInternalEntity(); in defineEntity() 450 void SgmlsEventHandler::defineInternalEntity(const InternalEntity *entity) in defineInternalEntity()
|
| H A D | RastEventHandler.cxx | 784 const InternalEntity *internalEntity = in attributeInfo() 797 void RastEventHandler::internalEntityInfo(const InternalEntity *entity) in internalEntityInfo()
|