Searched refs:getNodeList (Results 1 – 12 of 12) sorted by relevance
120 Reference<XNodeList> xNodeList = mxResult->getNodeList(); in evaluate()139 const PathExpression::NodeVector_t PathExpression::getNodeList() const in getNodeList() function in xforms::PathExpression146 return mxResult.is() ? mxResult->getNodeList() : Reference<XNodeList>(); in getXNodeList()
573 PathExpression::NodeVector_t aNodes = maBindingExpression.getNodeList(); in _getMIPEvaluationContexts()625 PathExpression::NodeVector_t aNodes = maBindingExpression.getNodeList(); in bind()1129 return maBindingExpression.getNodeList().size(); in getListEntryCount()1165 PathExpression::NodeVector_t aNodes = maBindingExpression.getNodeList(); in getListEntry()1178 PathExpression::NodeVector_t aNodes = maBindingExpression.getNodeList(); in getAllListEntries()
652 Reference< XNodeList > aList = aObj->getNodeList(); in getInstanceDocument()670 Reference< XNodeList > aList = aObj->getNodeList(); in createSubmissionDocument()
80 const NodeVector_t getNodeList() const;
904 aBuffer.append( lcl_serializeForDisplay( xResult->getNodeList() ) ); in lcl_serializeForDisplay()
86 List orgNodeList = orgParser.getNodeList(); in applyDifference()87 List modNodeList = modParser.getNodeList(); in applyDifference()
75 virtual Reference< XNodeList > SAL_CALL getNodeList()
86 CXPathObject::getNodeList() throw (RuntimeException) in getNodeList() function in XPath::CXPathObject
227 return xobj->getNodeList(); in selectNodeList()
76 public List getNodeList() { in getNodeList() method in CharacterParser
53 com::sun::star::xml::dom::XNodeList getNodeList();
2652 assertNotNull("XXPathObject.getNodeList", xResult.getNodeList()); in testXXPathObject()2687 XNodeList xNodeList = xResult.getNodeList(); in testXNodeList_NodeList()
Completed in 67 milliseconds