Returns the value of the attribute href. Refer to the HTML 4.01 documentation for details on the use of this attribute. @return the value of the attribute href or an empty string if that attribute isn't defined.
()
| 95 | * or an empty string if that attribute isn't defined. |
| 96 | */ |
| 97 | public final String getHrefAttribute() { |
| 98 | return getAttributeDirect("href"); |
| 99 | } |
| 100 | |
| 101 | /** |
| 102 | * Returns the value of the attribute {@code hreflang}. Refer to the |