public interface SearchConstants
SearchConstants interface provide constants for request
 and response headers, Xml elements and property names used for WebDAV
 search.| Modifier and Type | Field and Description | 
|---|---|
| static String | BASICSEARCHPredefined basic query grammer. | 
| static String | HEADER_DASLThe DASL response header specifying the query languages supported by
 the requested resource. | 
| static Namespace | NAMESPACENamespace definition. NOTE: For convenience reasons, the namespace is defined to be the default DAV:namespace. | 
| static DavPropertyName | QUERY_GRAMMER_SETProperty indicating the set of query languages the given resource is
 able deal with. | 
| static String | XML_GRAMMERName constant for the 'DAV:grammar' element, which is used inside the
  XML_QUERY_GRAMMARelement. | 
| static String | XML_QUERY_GRAMMARXml element name for a single query grammar element inside
 the  supported-query-grammer-set property. | 
| static String | XML_QUERY_SCHEMA_DISCOVERYOptional Xml element name used in the SEARCH request body instead of  XML_SEARCHREQUESTin order to access a given query schema. | 
| static String | XML_SEARCHREQUESTXml element name for the required request body of a SEARCH request. | 
static final Namespace NAMESPACE
DAV: namespace. This is not correct for the
 underlying specification is still in a draft state. See also the editorial
 note inside the
 Internet Draft WebDAV Search
 document.static final String BASICSEARCH
static final String HEADER_DASL
static final String XML_QUERY_GRAMMAR
supported-query-grammer-set property.static final String XML_GRAMMER
XML_QUERY_GRAMMAR element.static final String XML_SEARCHREQUEST
static final String XML_QUERY_SCHEMA_DISCOVERY
XML_SEARCHREQUEST
 in order to access a given query schema.static final DavPropertyName QUERY_GRAMMER_SET
<!ELEMENT supported-query-grammar-set (supported-query-grammar*)> <!ELEMENT supported-query-grammar grammar> <!ELEMENT grammar ANY>
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.