public class NodeInputStream
extends java.io.InputStream
| Constructor | Description |
|---|---|
NodeInputStream(org.w3c.dom.Node rootNode) |
Simple constructor
|
NodeInputStream(org.w3c.dom.Node rootNode,
java.util.Properties outputProperties) |
Simple constructor
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
available() |
InputStream method
|
void |
close() |
InputStream method
Note that calling close allows a repeated read of the content
|
int |
read() |
InputStream method
|
public NodeInputStream(org.w3c.dom.Node rootNode)
rootNode - the node to be presented as an input streampublic NodeInputStream(org.w3c.dom.Node rootNode,
java.util.Properties outputProperties)
rootNode - the node to be presented as an input streampublic int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in class java.io.InputStreamjava.io.IOExceptionpublic int available()
throws java.io.IOException
available in class java.io.InputStreamjava.io.IOException