Searched defs:StartElementEvent (Results 1 – 3 of 3) sorted by relevance
110 struct StartElementEvent { struct111 Position pos;112 enum ContentType {119 CharString gi;120 ContentType contentType; // non-ESIS121 bool included; // non-ESIS122 size_t nAttributes;123 const Attribute *attributes;
33 void SGMLApplication::startElement(const StartElementEvent &) in startElement()
39 StartElementEvent::StartElementEvent(const ElementType *elementType, in StartElementEvent() function in SP_NAMESPACE::StartElementEvent