Searched refs:InternalCdataEntity (Results 1 – 5 of 5) sorted by relevance
| /onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/ |
| H A D | Entity.cxx | 59 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 D | ParserState.cxx | 220 = new InternalCdataEntity(instanceSyntax_->entityName(i), in startDtd() 536 Ptr<Entity> entity(new InternalCdataEntity(name, loc, text)); in createUndefinedEntity()
|
| H A D | parseDecl.cxx | 1662 entity = new InternalCdataEntity(name, markupLocation(), text); in parseEntityDecl()
|
| /onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/ |
| H A D | Entity.h | 125 class InternalCdataEntity : public InternalDataEntity { 127 InternalCdataEntity(const StringC &, const Location &, Text &);
|
| H A D | Event.h | 221 class InternalCdataEntity; variable
|