mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
- IDEA-68396 XPath 2: schema-element() kind test is resolved with wrong number of arguments
6 lines
315 B
Plaintext
6 lines
315 B
Plaintext
schema-element(x) |
|
|
element() | element(*, xs:decimal) | element(x) |
|
|
schema-attribute(y) |
|
|
attribute() | attribute(x, xs:integer) | attribute(x) |
|
|
document-node() | document-node(element(x)) | document-node(schema-element(x)) |
|
|
processing-instruction() | processing-instruction('foo') | processing-instruction(abc) |