Returns all namespace prefixes and URIs that are defined for the specified PRE value. Should only be called for element nodes. @param pre PRE value @return key and value IDs
(final int pre)
| 453 | * @return key and value IDs |
| 454 | */ |
| 455 | public final Atts namespaces(final int pre) { |
| 456 | return nsFlag(pre) ? nspaces.values(pre, this) : new Atts(); |
| 457 | } |
| 458 | |
| 459 | /** |
| 460 | * Returns the reference to a text (text, comment, pi, pi, document) or attribute value. |