Doc-O-Matic Live Demo / XmlNotepad Namespace / Classes / XmlTreeViewFindTarget / XmlTreeViewFindTarget Methods (XmlNotepad) / XmlTreeViewFindTarget.FindNext
XmlTreeViewFindTarget.FindNext
Close
domv10-banner-200
XmlTreeViewFindTarget.FindNext Method

Namespace: XmlNotepad

Finds the next match for the given search arguments.

C++
C#
Visual Basic
IDL
JavaScript
FindResult FindNext(string expression, FindFlags flags, SearchFilter filter);
Parameters
Description
string expression
An expression representing what to find
FindFlags flags
Flags detemine what kind of expression it is (normal, regex, xpath) and whether to search forwards or backwards and whether to match case or a whole word or not.
SearchFilter filter
What kind of nodes to filter

True if a match is found.

Copyright © 2020. All rights reserved.