Returns the omit XML declaration setting. @return The omit XML declaration value
()
| 308 | * @return The omit XML declaration value |
| 309 | */ |
| 310 | public String getOmitXmlDecl() { |
| 311 | return omitXmlDecl; |
| 312 | } |
| 313 | |
| 314 | /** |
| 315 | * Sets the omit XML declaration setting. |
no outgoing calls
no test coverage detected