org.netbeans.modules.xml.schema.ui.basic.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. |
NameSpaceSearchProvider.java | Class | Implements a SearchProvider that looks for components belonging to a
schema imported under a particular namespace, using a case-insensitive
wildcard comparison. |
Providers.java | Class | Provides utility methods for the search provider implementations. |
XPathSearchProvider.java | Class | Implements a SearchProvider that finds components matching an XML Path. |