public class NodeInputStream
extends java.io.InputStream
| Constructor and Description |
|---|
NodeInputStream(org.w3c.dom.Node rootNode)
Simple constructor
|
NodeInputStream(org.w3c.dom.Node rootNode,
java.util.Properties outputProperties)
Simple constructor
|
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 interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.InputStreamjava.io.IOExceptionpublic int available()
throws java.io.IOException
available in class java.io.InputStreamjava.io.IOException