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
()
| 131 | * @return the value of the attribute {@code href} or an empty string if that attribute isn't defined |
| 132 | */ |
| 133 | public final String getHrefAttribute() { |
| 134 | return getAttributeDirect("href"); |
| 135 | } |
| 136 | |
| 137 | /** |
| 138 | * Returns the value of the attribute {@code nohref}. Refer to the |
no test coverage detected