mirror of
https://github.com/sjsdfg/effective-java-3rd-chinese.git
synced 2025-02-09 19:10:21 +08:00
18 lines
399 B
Plaintext
18 lines
399 B
Plaintext
attribute foo
|
|
attribute foo-bar
|
|
attribute foo:bar
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["builtin", "attribute"],
|
|
["xquery-attribute", "foo"],
|
|
["builtin", "attribute"],
|
|
["xquery-attribute", "foo-bar"],
|
|
["builtin", "attribute"],
|
|
["xquery-attribute", "foo:bar"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for XQuery attribute constructor. |