Returns the ID of the name of an element, attribute or processing instruction. @param pre PRE value @return name ID
(final int pre)
| 388 | * @return name ID |
| 389 | */ |
| 390 | public final int nameId(final int pre) { |
| 391 | return table.read2(pre, 1) & 0x7FFF; |
| 392 | } |
| 393 | |
| 394 | /** |
| 395 | * Returns the name of an element, attribute or processing instruction. |
no test coverage detected