public class FixedDtdInputStream
extends java.io.InputStream
InputStream if it
does not contain one. The input stream should contain XML.| Constructor and Description |
|---|
FixedDtdInputStream(@NotNull java.io.InputStream inputStream,
@NotNull java.lang.String rootElement,
@NotNull java.lang.String systemId)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
public FixedDtdInputStream(@NotNull
@NotNull java.io.InputStream inputStream,
@NotNull
@NotNull java.lang.String rootElement,
@NotNull
@NotNull java.lang.String systemId)
inputStream - the input stream to modifyrootElement - the tag name of the root element in the DOCTYPE
declarationsystemId - the system ID for the DOCTYPE declaration