Query By Example
instead for easy-to-write and much more full-featured key/value search.
@Deprecated public interface ElementLocator extends ValueLocator
Modifier and Type | Method and Description |
---|---|
QName |
getAttribute()
Deprecated.
Returns the name of the attribute (if specified).
|
QName |
getElement()
Deprecated.
Returns the name of the element containing the attribute
or value.
|
void |
setAttribute(QName qname)
Deprecated.
Specifies the name of the attribute containing the value.
|
void |
setElement(QName qname)
Deprecated.
Specifies the name of the element containing the attribute
(if also specified) or value.
|
QName getElement()
void setElement(QName qname)
qname
- the element nameQName getAttribute()
void setAttribute(QName qname)
qname
- the attribute nameCopyright © 2013-2016 MarkLogic Corporation.