| java.lang.Object java.io.InputStream org.custommonkey.xmlunit.NodeInputStream
NodeInputStream | public class NodeInputStream extends InputStream (Code) | | Adapter class to present the content of a DOM Node (e.g. a Document) as an
InputStream using a DOM to Stream transformation.
Examples and more at xmlunit.sourceforge.net
|
NodeInputStream | public NodeInputStream(Node rootNode)(Code) | | Simple constructor
Parameters: rootNode - the node to be presented as an input stream |
NodeInputStream | public NodeInputStream(Node rootNode, Properties outputProperties)(Code) | | Simple constructor
Parameters: rootNode - the node to be presented as an input stream |
available | public int available() throws IOException(Code) | | InputStream method
number of bytes available |
close | public void close() throws IOException(Code) | | InputStream method
Note that calling close allows a repeated read of the content
throws: IOException - |
|
|