Home
last modified time | relevance | path

Searched refs:ShortReferenceMap (Results 1 – 15 of 15) sorted by relevance

/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
H A DShortReferenceMap.h23 class SP_API ShortReferenceMap : public Named {
25 ShortReferenceMap();
26 ShortReferenceMap(const StringC &);
38 ShortReferenceMap(const ShortReferenceMap &); // undefined
39 void operator=(const ShortReferenceMap &); // undefined
48 Boolean ShortReferenceMap::defined() const in defined()
54 const StringC *ShortReferenceMap::entityName(size_t i) const in entityName()
63 const ConstPtr<Entity> &ShortReferenceMap::entity(size_t i) const in entity()
72 void ShortReferenceMap::setEntityMap(Vector<ConstPtr<Entity> > &map) in setEntityMap()
78 Boolean ShortReferenceMap::used() const in used()
[all …]
H A DOpenElement.h29 const ShortReferenceMap *currentMap,
45 const ShortReferenceMap *map() const;
46 void setMap(const ShortReferenceMap *);
62 const ShortReferenceMap *map_;
144 const ShortReferenceMap *OpenElement::map() const in map()
150 void OpenElement::setMap(const ShortReferenceMap *map) in setMap()
H A DDtd.h35 typedef NamedTableIter<ShortReferenceMap> ShortReferenceMapIter;
72 const ShortReferenceMap *lookupShortReferenceMap(const StringC &) const;
73 ShortReferenceMap *lookupShortReferenceMap(const StringC &);
74 ShortReferenceMap *insertShortReferenceMap(ShortReferenceMap *);
113 NamedTable<ShortReferenceMap> shortReferenceMapTable_;
398 const ShortReferenceMap *Dtd::lookupShortReferenceMap(const StringC &name) const in lookupShortReferenceMap()
404 ShortReferenceMap *Dtd::lookupShortReferenceMap(const StringC &name) in lookupShortReferenceMap()
410 ShortReferenceMap *Dtd::insertShortReferenceMap(ShortReferenceMap *map) in insertShortReferenceMap()
419 return NamedTableIter<ShortReferenceMap>(shortReferenceMapTable_); in shortReferenceMapIter()
H A DElementType.h28 class ShortReferenceMap; variable
103 void setMap(const ShortReferenceMap *);
110 const ShortReferenceMap *map() const;
118 const ShortReferenceMap *map_;
264 void ElementType::setMap(const ShortReferenceMap *map) in setMap()
270 const ShortReferenceMap *ElementType::map() const in map()
H A DEvent.h364 UsemapEvent(const ShortReferenceMap *,
370 const ShortReferenceMap *map() const;
377 const ShortReferenceMap *map_;
761 ShortrefDeclEvent(const ShortReferenceMap *,
766 const ShortReferenceMap *map() const;
770 const ShortReferenceMap *map_;
1051 const ShortReferenceMap *UsemapEvent::map() const in map()
1317 const ShortReferenceMap *ShortrefDeclEvent::map() const in map()
H A DContentState.h47 static const ShortReferenceMap theEmptyMap;
/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DShortReferenceMap.cxx16 ShortReferenceMap::ShortReferenceMap() in ShortReferenceMap() function in SP_NAMESPACE::ShortReferenceMap
21 ShortReferenceMap::ShortReferenceMap(const StringC &name) in ShortReferenceMap() function in SP_NAMESPACE::ShortReferenceMap
26 void ShortReferenceMap::setNameMap(Vector<StringC> &map) in setNameMap()
H A DOpenElement.cxx18 const ShortReferenceMap *map, in OpenElement()
H A DElementType.cxx92 const ShortReferenceMap *tem = to.map_; in swap()
H A DMakefile.sub23 LinkProcess.o Lpd.o parseDecl.o ShortReferenceMap.o \
H A DContentState.cxx19 const ShortReferenceMap ContentState::theEmptyMap;
H A DEvent.cxx272 UsemapEvent::UsemapEvent(const ShortReferenceMap *map, in UsemapEvent()
507 ShortrefDeclEvent::ShortrefDeclEvent(const ShortReferenceMap *map, in ShortrefDeclEvent()
H A DparseDecl.cxx1848 ShortReferenceMap *map = lookupCreateMap(parm.token); in parseShortrefDecl()
1918 ShortReferenceMap *Parser::lookupCreateMap(const StringC &name) in lookupCreateMap()
1920 ShortReferenceMap *map = defDtd().lookupShortReferenceMap(name); in lookupCreateMap()
1922 map = new ShortReferenceMap(name); in lookupCreateMap()
1940 const ShortReferenceMap *map; in parseUsemapDecl()
1949 ShortReferenceMap *tem = lookupCreateMap(parm.token); in parseUsemapDecl()
2231 const ShortReferenceMap *map = p->map(); in checkDtd()
2243 ShortReferenceMap *map = mapIter.next(); in checkDtd()
H A DParser.h273 ShortReferenceMap *lookupCreateMap(const StringC &);
H A DparseInstance.cxx840 const ShortReferenceMap *map = e->map(); in pushElementCheck()
971 const ShortReferenceMap *map = e->map(); in pushElementCheck()