Home
last modified time | relevance | path

Searched refs:InternalCdataEntity (Results 1 – 5 of 5) sorted by relevance

/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DEntity.cxx59 InternalCdataEntity::InternalCdataEntity(const StringC &name, in InternalCdataEntity() function in SP_NAMESPACE::InternalCdataEntity
66 Entity *InternalCdataEntity::copy() const in copy()
68 return new InternalCdataEntity(*this); in copy()
339 void InternalCdataEntity::normalReference(ParserState &parser, in normalReference()
351 Boolean InternalCdataEntity::isCharacterData() const in isCharacterData()
356 void InternalCdataEntity::litReference(Text &text, in litReference()
H A DParserState.cxx220 = new InternalCdataEntity(instanceSyntax_->entityName(i), in startDtd()
536 Ptr<Entity> entity(new InternalCdataEntity(name, loc, text)); in createUndefinedEntity()
H A DparseDecl.cxx1662 entity = new InternalCdataEntity(name, markupLocation(), text); in parseEntityDecl()
/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
H A DEntity.h125 class InternalCdataEntity : public InternalDataEntity {
127 InternalCdataEntity(const StringC &, const Location &, Text &);
H A DEvent.h221 class InternalCdataEntity; variable