public static class QueryOptions.QueryElementQuery extends QueryOptions.BaseConstraintItem implements ConstraintSource
Constructor and Description |
---|
QueryOptions.QueryElementQuery() |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the local name of the element.
|
String |
getNs()
Returns the namespace URI for the element.
|
void |
setName(String name)
Specifies the local name of the element.
|
void |
setNs(String ns)
Specifies the namespace URI for the element.
|
addTermOption, getAttribute, getElement, getFieldName, getFragmentScope, getJsonKeyName, getPath, getPathIndex, getPathNamespaceBindings, getTermOptions, getWeight, setAttribute, setElement, setField, setFragmentScope, setJsonKey, setPath, setTermOptions, setWeight
public String getName()
public String getNs()
public void setName(String name)
name
- the local namepublic void setNs(String ns)
ns
- the namespace URICopyright © 2013-2015 MarkLogic Corporation.