org.netbeans.modules.xml.wsdl.ui.search |
|
Java Source File Name | Type | Comment |
AttributeNameSearchProvider.java | Class | Implements a SearchProvider that compares the name of each attribute
with the query string, using a case-insensitive string comparison. |
AttributeValueSearchProvider.java | Class | Implements a SearchProvider that compares the value of each attribute
with the query string, using a case-insensitive string comparison. |
ComponentNameSearchProvider.java | Class | Implements a SearchProvider that compares the value of the name attribute
with the query string, using a case-insensitive string comparison. |
ComponentTypeSearchProvider.java | Class | Implements a SearchProvider that compares the name of the document tag
with the query string, using a case-insensitive string comparison. |
Providers.java | Class | Provides utility methods for the search provider implementations. |