Searched refs:InternalSdataEntity (Results 1 – 4 of 4) sorted by relevance
71 InternalSdataEntity::InternalSdataEntity(const StringC &name, in InternalSdataEntity() function in SP_NAMESPACE::InternalSdataEntity78 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()
1665 entity = new InternalSdataEntity(name, markupLocation(), text); in parseEntityDecl()
138 class InternalSdataEntity : public InternalDataEntity {140 InternalSdataEntity(const StringC &, const Location &, Text &);
232 class InternalSdataEntity; variable