Home
last modified time | relevance | path

Searched refs:resultDtd (Results 1 – 4 of 4) sorted by relevance

/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
H A DLpd.h157 const Ptr<Dtd> &resultDtd);
173 const Ptr<Dtd> &resultDtd();
174 ConstPtr<Dtd> resultDtd() const;
333 const Ptr<Dtd> &ComplexLpd::resultDtd() in resultDtd() function
339 ConstPtr<Dtd> ComplexLpd::resultDtd() const in resultDtd() function
/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DLpd.cxx152 const Ptr<Dtd> &resultDtd) in ComplexLpd() argument
153 : Lpd(name, type, location, sourceDtd), resultDtd_(resultDtd), in ComplexLpd()
H A DParserState.cxx453 dtd = defComplexLpd().resultDtd().pointer(); in lookupEntity()
763 const Dtd *resultDtd = defComplexLpd().resultDtd().pointer(); in getAttributeNotation() local
764 if (!resultDtd) in getAttributeNotation()
766 notation = resultDtd->lookupNotation(name); in getAttributeNotation()
H A DparseDecl.cxx2453 Ptr<Dtd> resultDtd; in parseLinktypeDeclStart() local
2472 resultDtd = lookupDtd(parm.token); in parseLinktypeDeclStart()
2473 if (resultDtd.isNull()) in parseLinktypeDeclStart()
2512 resultDtd); in parseLinktypeDeclStart()
2980 Ptr<Dtd> r(defComplexLpd().resultDtd()); in parseResultElementSpec()
3006 Dtd *dtd = defComplexLpd().resultDtd().pointer(); in lookupResultElementType()