Home
last modified time | relevance | path

Searched refs:notationIter (Results 1 – 2 of 2) sorted by relevance

/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
H A DDtd.h87 ConstNotationIter notationIter() const;
88 NotationIter notationIter();
372 Dtd::ConstNotationIter Dtd::notationIter() const in notationIter() function
379 Dtd::NotationIter Dtd::notationIter() in notationIter() function
/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DparseDecl.cxx2306 Dtd::NotationIter notationIter(dtd.notationIter()); in checkDtd() local
2308 ConstPtr<Notation> notation(notationIter.next()); in checkDtd()
2338 Dtd::NotationIter notationIter(dtd.notationIter()); in addCommonAttributes() local
2349 a = notationIter.next().pointer(); in addCommonAttributes()