Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
H A DOpenElement.h37 const LeafContentToken *impliedStartTag() const;
136 const LeafContentToken *OpenElement::impliedStartTag() const in impliedStartTag() function
139 ? matchState_.impliedStartTag() in impliedStartTag()
H A DContentToken.h223 const LeafContentToken *impliedStartTag(const AndState &andpos,
352 const LeafContentToken *impliedStartTag() const;
552 MatchState::impliedStartTag() const in impliedStartTag() function
554 return pos_->impliedStartTag(andState_, minAndDepth_); in impliedStartTag()
/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DparseInstance.cxx768 const LeafContentToken *token = currentElement().impliedStartTag(); in tryImplyTag()
1358 const LeafContentToken *token = currentElement().impliedStartTag();
H A DContentToken.cxx725 LeafContentToken::impliedStartTag(const AndState &andState, in impliedStartTag() function in SP_NAMESPACE::LeafContentToken