Class HtmlDocumentMdReferenceTextSearchRefactoringSupplier
java.lang.Object
com._1c.g5.v8.dt.html.refactoring.BasicHtmlTextSearchRefactoringSupplier
com._1c.g5.v8.dt.htmldocument.refactoring.HtmlDocumentMdReferenceTextSearchRefactoringSupplier
- All Implemented Interfaces:
ITextSearchSupplier,ITextSearchRefactoringSupplier
public class HtmlDocumentMdReferenceTextSearchRefactoringSupplier
extends BasicHtmlTextSearchRefactoringSupplier
ITextSearchRefactoringSupplier for HTML files
Provides logic for full text search refactoring in HTML Templates-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanfilterExtension(Match match) Extend filter for everyMatchfrom search result collectionMethods inherited from class com._1c.g5.v8.dt.html.refactoring.BasicHtmlTextSearchRefactoringSupplier
createChanges, createChanges, filterSearchResult, getMatches, getSearchStringsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com._1c.g5.v8.dt.search.core.refactoring.ITextSearchRefactoringSupplier
getGroupingObject
-
Constructor Details
-
HtmlDocumentMdReferenceTextSearchRefactoringSupplier
public HtmlDocumentMdReferenceTextSearchRefactoringSupplier()
-
-
Method Details
-
filterExtension
Description copied from class:BasicHtmlTextSearchRefactoringSupplierExtend filter for everyMatchfrom search result collectionDescendant classes may override this method to provide their own search result filter extension
- Overrides:
filterExtensionin classBasicHtmlTextSearchRefactoringSupplier- Parameters:
match- the search result for filtering, cannot benull- Returns:
trueif specified result passes filter conditions,falsein otherwise
-