Searched refs:PiEntity (Results 1 – 5 of 5) sorted by relevance
| /onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/ |
| H A D | Entity.cxx | 41 PiEntity::PiEntity(const StringC &name, DeclType declType, in PiEntity() function in SP_NAMESPACE::PiEntity 47 Entity *PiEntity::copy() const in copy() 49 return new PiEntity(*this); in copy() 300 void PiEntity::litReference(Text &, ParserState &parser, in litReference() 307 void PiEntity::normalReference(ParserState &parser, in normalReference() 316 void PiEntity::declReference(ParserState &parser, in declReference() 322 void PiEntity::rcdataReference(ParserState &parser, in rcdataReference()
|
| H A D | Event.cxx | 209 PiEntityEvent::PiEntityEvent(const PiEntity *entity, in PiEntityEvent()
|
| H A D | parseDecl.cxx | 1668 entity = new PiEntity(name, declType, markupLocation(), text); in parseEntityDecl()
|
| /onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/ |
| H A D | Entity.h | 101 class PiEntity : public InternalEntity { 103 PiEntity(const StringC &, DeclType, const Location &, Text &);
|
| H A D | Event.h | 244 class PiEntity; variable 271 PiEntityEvent(const PiEntity *entity,
|