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.InputStream
java.io.IOException
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.InputStream
java.io.IOException
public int available() throws java.io.IOException
available
in class java.io.InputStream
java.io.IOException