Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DParserState.cxx430 currentAttributes_.clear(); in startInstance()
431 currentAttributes_.resize(currentDtd().nCurrentAttribute()); in startInstance()
811 currentAttributes_[i] = value; in noteCurrentAttribute()
818 return currentAttributes_[i]; in getCurrentAttribute()
H A DArcProcessor.h198 Vector<ConstPtr<AttributeValue> > currentAttributes_; variable
H A DArcEngine.cxx575 currentAttributes_[i] = value; in noteCurrentAttribute()
580 return currentAttributes_[i]; in getCurrentAttribute()
729 currentAttributes_.resize(metaDtd_->nCurrentAttribute()); in init()
H A DParserState.h286 Vector<ConstPtr<AttributeValue> > currentAttributes_; variable