Searched refs:noteEndElement (Results 1 – 4 of 4) sorted by relevance
690 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()
44 void noteEndElement(Boolean included,
169 void noteEndElement(Boolean included);661 void ParserState::noteEndElement(Boolean included) in noteEndElement() function663 outputState_.noteEndElement(included, *handler_, eventAllocator_, in noteEndElement()
115 void OutputState::noteEndElement(Boolean included, EventHandler &handler, in noteEndElement() function in SP_NAMESPACE::OutputState