Home
last modified time | relevance | path

Searched refs:nextNode (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/xmlsecurity/tools/uno/
H A DParsingThread.java165 Node nextNode = m_node.getNextSibling(); in nextStep() local
166 if (nextNode != null) in nextStep()
173 m_node = nextNode; in nextStep()
209 Node nextNode = m_node.getNextSibling(); in nextStep() local
210 if (nextNode != null) in nextStep()
216 m_node = nextNode; in nextStep()
/aoo41x/main/desktop/source/deployment/registry/
H A Ddp_backenddb.cxx160 const Reference<css::xml::dom::XNode> nextNode = in removeElement() local
162 OSL_ASSERT(! nextNode.is()); in removeElement()

Completed in 28 milliseconds