Home
last modified time | relevance | path

Searched refs:defComplexLpd (Results 1 – 3 of 3) sorted by relevance

/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DparseDecl.cxx993 defComplexLpd() in parseAttlistDecl()
998 if (defComplexLpd().attributeDef(e).isNull()) in parseAttlistDecl()
999 defComplexLpd().setAttributeDef(e, adl); in parseAttlistDecl()
2590 if (!defComplexLpd().initialLinkSet()->defined()) in parseLinktypeDeclEnd()
2593 ComplexLpd::ConstLinkSetIter iter = defComplexLpd().linkSetIter(); in parseLinktypeDeclEnd()
2629 if (defComplexLpd().hadIdLinkSet()) in parseLinkSet()
2632 defComplexLpd().setHadIdLinkSet(); in parseLinkSet()
2653 linkSet = defComplexLpd().initialLinkSet(); in parseLinkSet()
2751 uselink = defComplexLpd().initialLinkSet(); in parseLinkSet()
2753 uselink = defComplexLpd().emptyLinkSet(); in parseLinkSet()
[all …]
H A DParserState.h86 ComplexLpd &defComplexLpd();
772 ComplexLpd &ParserState::defComplexLpd() in defComplexLpd() function
H A DParserState.cxx453 dtd = defComplexLpd().resultDtd().pointer(); in lookupEntity()
763 const Dtd *resultDtd = defComplexLpd().resultDtd().pointer(); in getAttributeNotation()