Returns the DOCTYPE public identifier. @return The DOCTYPE public identifier
()
| 362 | * @return The DOCTYPE public identifier |
| 363 | */ |
| 364 | public String getDoctypePublic() { |
| 365 | return doctypePublic; |
| 366 | } |
| 367 | |
| 368 | /** |
| 369 | * Sets the DOCTYPE public identifier. |
no outgoing calls
no test coverage detected