public abstract class Option extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected String |
value |
Modifier | Constructor and Description |
---|---|
protected |
Option(String name,
String value) |
Modifier and Type | Method and Description |
---|---|
abstract void |
write(Writer writer)
Write XML content to writer.
|
public abstract void write(Writer writer) throws IOException
writer
- writerIOException
- on errorCopyright © 2001–2024 MickaĆ«l Guessant. All rights reserved.