Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DparseInstance.cxx690 noteEndElement(((EndElementEvent *)e)->included()); in queueElementEvents()
831 noteEndElement(1); in pushElementCheck()
834 noteEndElement(0); in pushElementCheck()
874 noteEndElement(included); in endTagEmptyElement()
896 noteEndElement(included); in endTagEmptyElement()
906 noteEndElement(included); in endTagEmptyElement()
948 noteEndElement(included); in implyEmptyElementEnd()
1123 noteEndElement(event->included()); in acceptEndTag()
1148 noteEndElement(event->included()); in implyCurrentElementEnd()
H A DOutputState.h44 void noteEndElement(Boolean included,
H A DParserState.h169 void noteEndElement(Boolean included);
661 void ParserState::noteEndElement(Boolean included) in noteEndElement() function
663 outputState_.noteEndElement(included, *handler_, eventAllocator_, in noteEndElement()
H A DOutputState.cxx115 void OutputState::noteEndElement(Boolean included, EventHandler &handler, in noteEndElement() function in SP_NAMESPACE::OutputState