Home
last modified time | relevance | path

Searched refs:InternalSdataEntity (Results 1 – 4 of 4) sorted by relevance

/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DEntity.cxx71 InternalSdataEntity::InternalSdataEntity(const StringC &name, in InternalSdataEntity() function in SP_NAMESPACE::InternalSdataEntity
78 Entity *InternalSdataEntity::copy() const in copy()
80 return new InternalSdataEntity(*this); in copy()
374 void InternalSdataEntity::normalReference(ParserState &parser, in normalReference()
385 Boolean InternalSdataEntity::isCharacterData() const in isCharacterData()
390 void InternalSdataEntity::litReference(Text &text, in litReference()
H A DparseDecl.cxx1665 entity = new InternalSdataEntity(name, markupLocation(), text); in parseEntityDecl()
/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
H A DEntity.h138 class InternalSdataEntity : public InternalDataEntity {
140 InternalSdataEntity(const StringC &, const Location &, Text &);
H A DEvent.h232 class InternalSdataEntity; variable