Home
last modified time | relevance | path

Searched defs:StartElementEvent (Results 1 – 3 of 3) sorted by relevance

/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/generic/
H A DSGMLApplication.h110 struct StartElementEvent { struct
111 Position pos;
112 enum ContentType {
119 CharString gi;
120 ContentType contentType; // non-ESIS
121 bool included; // non-ESIS
122 size_t nAttributes;
123 const Attribute *attributes;
/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DSGMLApplication.cxx33 void SGMLApplication::startElement(const StartElementEvent &) in startElement()
H A DEvent.cxx39 StartElementEvent::StartElementEvent(const ElementType *elementType, in StartElementEvent() function in SP_NAMESPACE::StartElementEvent