Returns the QName (optional prefix, local name) of an attribute, element or processing instruction. @return name, or null if node has no QName
()
| 367 | * @return name, or {@code null} if node has no QName |
| 368 | */ |
| 369 | public abstract QNm qname(); |
| 370 | |
| 371 | @Override |
| 372 | public abstract Value materialize(Predicate<Data> test, InputInfo ii, QueryContext qc) |
no outgoing calls
no test coverage detected