Home
last modified time | relevance | path

Searched refs:InternalDataEntity (Results 1 – 3 of 3) sorted by relevance

/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
H A DEntity.h117 class InternalDataEntity : public InternalEntity {
119 InternalDataEntity(const StringC &, DataType, const Location &, Text &);
125 class InternalCdataEntity : public InternalDataEntity {
138 class InternalSdataEntity : public InternalDataEntity {
H A DEvent.h209 class InternalDataEntity; variable
/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DEntity.cxx52 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()