Returns the DOCTYPE system identifier. @return The DOCTYPE system identifier
()
| 344 | * @return The DOCTYPE system identifier |
| 345 | */ |
| 346 | public String getDoctypeSystem() { |
| 347 | return doctypeSystem; |
| 348 | } |
| 349 | |
| 350 | /** |
| 351 | * Sets the DOCTYPE system identifier. |
no outgoing calls
no test coverage detected