Home
last modified time | relevance | path

Searched refs:setAttributeDef (Results 1 – 5 of 5) sorted by relevance

/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
H A DAttributed.h24 void setAttributeDef(const Ptr<AttributeDefinitionList> &);
49 void Attributed::setAttributeDef(const Ptr<AttributeDefinitionList> &def) in setAttributeDef() function
H A DLpd.h177 void setAttributeDef(const ElementType *,
407 void ComplexLpd::setAttributeDef(const ElementType *e, in setAttributeDef() function
/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DContentState.cxx159 p->setAttributeDef(dtd.implicitElementAttributeDef()); in lookupCreateUndefinedElement()
H A DparseDecl.cxx979 lpd.setAttributeDef(new AttributeDefinitionList(defs, 0)); in parseAttlistDecl()
999 defComplexLpd().setAttributeDef(e, adl); in parseAttlistDecl()
1017 attributed[i]->setAttributeDef(adl); in parseAttlistDecl()
1053 attributed[i]->setAttributeDef(adlCopy); in parseAttlistDecl()
1752 notation->setAttributeDef(newAttDef); in parseExternalEntity()
2354 a->setAttributeDef(commonAdl[isNotation]); in addCommonAttributes()
2837 defComplexLpd().setAttributeDef(e, newAttDef); in parseLinkSet()
2984 e->setAttributeDef(newAttDef); in parseResultElementSpec()
H A DparseInstance.cxx459 e->setAttributeDef(newAttDef); in parseStartTag()