Searched refs:InternalDataEntity (Results 1 – 3 of 3) sorted by relevance
| /onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/ |
| H A D | Entity.h | 117 class InternalDataEntity : public InternalEntity { 119 InternalDataEntity(const StringC &, DataType, const Location &, Text &); 125 class InternalCdataEntity : public InternalDataEntity { 138 class InternalSdataEntity : public InternalDataEntity {
|
| H A D | Event.h | 209 class InternalDataEntity; variable
|
| /onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/ |
| H A D | Entity.cxx | 52 InternalDataEntity::InternalDataEntity(const StringC &name, DataType dataType, in InternalDataEntity() function in SP_NAMESPACE::InternalDataEntity 62 : InternalDataEntity(name, cdata, defLocation, text) in InternalCdataEntity() 74 : InternalDataEntity(name, sdata, defLocation, text) in InternalSdataEntity() 328 void InternalDataEntity::declReference(ParserState &parser, in declReference() 334 Boolean InternalDataEntity::isDataOrSubdoc() const in isDataOrSubdoc()
|