File: events.h

package info (click to toggle)
opensp 1.5.2-13
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 8,932 kB
  • ctags: 10,036
  • sloc: cpp: 65,784; ansic: 17,124; sh: 11,503; xml: 2,704; makefile: 926; perl: 561; yacc: 288; sed: 16
file content (43 lines) | stat: -rw-r--r-- 1,501 bytes parent folder | download | duplicates (22)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
// Copyright (c) 1995 James Clark
// See the file COPYING for copying permission.

EVENT(MessageEvent, message)
EVENT(DataEvent, data)
EVENT(StartElementEvent, startElement)
EVENT(EndElementEvent, endElement)
EVENT(PiEvent, pi)
EVENT(SdataEntityEvent, sdataEntity)
EVENT(ExternalDataEntityEvent, externalDataEntity)
EVENT(SubdocEntityEvent, subdocEntity)
EVENT(NonSgmlCharEvent, nonSgmlChar)
EVENT(AppinfoEvent, appinfo)
EVENT(UselinkEvent, uselink)
EVENT(UsemapEvent, usemap)
EVENT(StartDtdEvent, startDtd)
EVENT(EndDtdEvent, endDtd)
EVENT(StartLpdEvent, startLpd)
EVENT(EndLpdEvent, endLpd)
EVENT(EndPrologEvent, endProlog)
EVENT(SgmlDeclEvent, sgmlDecl)
EVENT(CommentDeclEvent, commentDecl)
EVENT(SSepEvent, sSep)
EVENT(IgnoredReEvent, ignoredRe)
EVENT(ReOriginEvent, reOrigin)
EVENT(IgnoredRsEvent, ignoredRs)
EVENT(IgnoredCharsEvent, ignoredChars)
EVENT(MarkedSectionStartEvent, markedSectionStart)
EVENT(MarkedSectionEndEvent, markedSectionEnd)
EVENT(EntityStartEvent, entityStart)
EVENT(EntityEndEvent, entityEnd)
EVENT(EntityDeclEvent, entityDecl)
EVENT(NotationDeclEvent, notationDecl)
EVENT(ElementDeclEvent, elementDecl)
EVENT(AttlistDeclEvent, attlistDecl)
EVENT(LinkAttlistDeclEvent, linkAttlistDecl)
EVENT(AttlistNotationDeclEvent, attlistNotationDecl)
EVENT(LinkDeclEvent, linkDecl)
EVENT(IdLinkDeclEvent, idLinkDecl)
EVENT(ShortrefDeclEvent, shortrefDecl)
EVENT(IgnoredMarkupEvent, ignoredMarkup)
EVENT(EntityDefaultedEvent, entityDefaulted)
EVENT(SgmlDeclEntityEvent, sgmlDeclEntity)