Home
last modified time | relevance | path

Searched refs:pNodeSet (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/forms/source/xforms/xpathlib/
H A Dxpathlib.cxx157 xmlNodeSetPtr pNodeSet = xmlXPathPopNodeSet(ctxt); in xforms_minFunction() local
161 for (int i = 0; i < xmlXPathNodeSetGetLength(pNodeSet); i++) in xforms_minFunction()
163 nNumber = xmlXPathCastNodeToNumber(xmlXPathNodeSetItem(pNodeSet, i)); in xforms_minFunction()
180 xmlNodeSetPtr pNodeSet = xmlXPathPopNodeSet(ctxt); in xforms_maxFunction() local
184 for (int i = 0; i < xmlXPathNodeSetGetLength(pNodeSet); i++) in xforms_maxFunction()
186 nNumber = xmlXPathCastNodeToNumber(xmlXPathNodeSetItem(pNodeSet, i)); in xforms_maxFunction()
202 xmlNodeSetPtr pNodeSet = xmlXPathPopNodeSet(ctxt); in xforms_countNonEmptyFunction() local
206 for (int i = 0; i < xmlXPathNodeSetGetLength(pNodeSet); i++) in xforms_countNonEmptyFunction()
208 aString = xmlXPathCastNodeToString(xmlXPathNodeSetItem(pNodeSet, i)); in xforms_countNonEmptyFunction()

Completed in 17 milliseconds