Home
last modified time | relevance | path

Searched refs:StartSubsetEvent (Results 1 – 2 of 2) sorted by relevance

/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
H A DEvent.h380 class StartSubsetEvent : public MarkupEvent {
382 StartSubsetEvent(Type,
392 StartSubsetEvent(const StartSubsetEvent &); // undefined
393 void operator=(const StartSubsetEvent &); // undefined
399 class StartDtdEvent : public StartSubsetEvent {
412 class StartLpdEvent : public StartSubsetEvent {
1057 const StringC &StartSubsetEvent::name() const in name()
1063 const ConstPtr<Entity> &StartSubsetEvent::entity() const in entity()
1069 Boolean StartSubsetEvent::hasInternalSubset() const in hasInternalSubset()
/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DEvent.cxx284 StartSubsetEvent::StartSubsetEvent(Type type, in StartSubsetEvent() function in SP_NAMESPACE::StartSubsetEvent
300 : StartSubsetEvent(startDtd, name, entity, hasInternalSubset, loc, markup) in StartDtdEvent()
310 : StartSubsetEvent(startLpd, name, entity, hasInternalSubset, loc, markup), in StartLpdEvent()