public class RequestConstants extends Object
The RequestConstants class provides constants for the common namespace prefixes and URIs used in the Java API (similar to the XML constants provided by the javax.xml.XMLConstants class).
| Modifier and Type | Field and Description |
|---|---|
static String |
RESTAPI_NS
The namespace URI for vocabularies implemented by the REST API.
|
static String |
RESTAPI_PREFIX
The conventional namespace prefix for vocabularies implemented by the REST API.
|
static String |
SEARCH_NS
The namespace URI for vocabularies implemented by the Search API.
|
static String |
SEARCH_PREFIX
The conventional namespace prefix for vocabularies implemented by the Search API.
|
| Constructor and Description |
|---|
RequestConstants() |
public static final String RESTAPI_NS
The namespace URI for vocabularies implemented by the REST API.
public static final String RESTAPI_PREFIX
The conventional namespace prefix for vocabularies implemented by the REST API.
public static final String SEARCH_NS
The namespace URI for vocabularies implemented by the Search API.
public static final String SEARCH_PREFIX
The conventional namespace prefix for vocabularies implemented by the Search API.
Copyright © 2013-2017 MarkLogic Corporation.