public interface ElementLocator extends ValueLocator
Modifier and Type | Method and Description |
---|---|
QName |
getAttribute()
Returns the name of the attribute (if specified).
|
QName |
getElement()
Returns the name of the element containing the attribute
or value.
|
void |
setAttribute(QName qname)
Specifies the name of the attribute containing the value.
|
void |
setElement(QName qname)
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-2015 MarkLogic Corporation.