Home
last modified time | relevance | path

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

/dports/editors/xmlcopyeditor/xmlcopyeditor/src/
H A Dxmlctrl.h117 return findPreviousStartTag ( pos, 1, '>' ); in getParentCloseAngleBracket()
124 int findPreviousStartTag (
H A Dxmlctrl.cpp1033 int XmlCtrl::findPreviousStartTag ( in findPreviousStartTag() function in XmlCtrl
2251 int start = findPreviousStartTag ( pos, 1, '<', pos ); in selectCurrentElement()
2384 pos = findPreviousStartTag ( pos, 1, '>' ); in getCurrentXPath()