Lines Matching refs:m_aNodeStack
103 while (!m_aNodeStack.empty()) m_aNodeStack.pop(); in reset()
141 m_aNodeStack.push(Reference< XNode >(aFragment, UNO_QUERY)); in startDocumentFragment()
155 Reference< XNode > aNode = m_aNodeStack.top(); in endDocumentFragment()
158 m_aNodeStack.pop(); in endDocumentFragment()
176 m_aNodeStack.push(Reference< XNode >(aDocument, UNO_QUERY)); in startDocument()
189 Reference< XNode > aNode = m_aNodeStack.top(); in endDocument()
192 m_aNodeStack.pop(); in endDocument()
265 m_aNodeStack.top()->appendChild(Reference< XNode >(aElement, UNO_QUERY)), in startElement()
267 m_aNodeStack.push(Reference< XNode >(aElement, UNO_QUERY)); in startElement()
309 Reference< XNode > aNode(m_aNodeStack.top()); in endElement()
324 m_aNodeStack.pop(); in endElement()
339 m_aNodeStack.top()->appendChild(Reference< XNode >(aText, UNO_QUERY)); in characters()
365 m_aNodeStack.top()->appendChild(Reference< XNode >(aInstruction, UNO_QUERY)); in processingInstruction()