Search in sources :

Example 1 with XMLFindOccurrencesProcessor

use of org.eclipse.wst.xml.ui.internal.search.XMLFindOccurrencesProcessor in project webtools.sourceediting by eclipse.

the class XMLFindOccurencesHandler method getProcessors.

protected List getProcessors() {
    if (fProcessors == null) {
        fProcessors = new ArrayList();
        XMLFindOccurrencesProcessor htmlProcessor = new XMLFindOccurrencesProcessor();
        fProcessors.add(htmlProcessor);
    }
    return fProcessors;
}
Also used : XMLFindOccurrencesProcessor(org.eclipse.wst.xml.ui.internal.search.XMLFindOccurrencesProcessor) ArrayList(java.util.ArrayList)

Aggregations

ArrayList (java.util.ArrayList)1 XMLFindOccurrencesProcessor (org.eclipse.wst.xml.ui.internal.search.XMLFindOccurrencesProcessor)1