3065 some functions in the tcp module can be static
[unleashed.git] / usr / src / cmd / man / src / util / nsgmls.src / lib / OpenElement.cxx
blobf89428a04e476981506c569b08f4865e3c01d4f3
1 // Copyright (c) 1994 James Clark
2 // See the file COPYING for copying permission.
3 #pragma ident "%Z%%M% %I% %E% SMI"
5 #ifdef __GNUG__
6 #pragma implementation
7 #endif
8 #include "splib.h"
9 #include "OpenElement.h"
11 #ifdef SP_NAMESPACE
12 namespace SP_NAMESPACE {
13 #endif
15 OpenElement::OpenElement(const ElementType *type,
16 Boolean net,
17 Boolean included,
18 const ShortReferenceMap *map,
19 const Location &startLocation)
20 : elementType_(type),
21 netEnabling_(net),
22 included_(included),
23 matchState_(type->definition()->compiledModelGroup()),
24 map_(map),
25 startLocation_(startLocation),
26 declaredContent_(type->definition()->declaredContent())
30 #ifdef SP_NAMESPACE
32 #endif