public class DOMInputStreamProvider
extends com.helger.commons.io.streamprovider.StringInputStreamProvider
Node and
converts it to a byte array.| Constructor and Description |
|---|
DOMInputStreamProvider(Node aNode)
Constructor for W3C nodes using the default XML charset.
|
DOMInputStreamProvider(Node aNode,
Charset aCharset)
Constructor for W3C nodes.
|
DOMInputStreamProvider(Node aNode,
IXMLWriterSettings aSettings)
Constructor for W3C nodes.
|
equals, getCharset, getData, getInputStream, getReader, getReader, hashCode, isReadMultiple, toStringpublic DOMInputStreamProvider(@Nonnull Node aNode)
aNode - The node to be streamed. May not be null.public DOMInputStreamProvider(@Nonnull Node aNode, @Nonnull Charset aCharset)
aNode - The node to be streamed. May not be null.aCharset - The charset to use. May not be null.public DOMInputStreamProvider(@Nonnull Node aNode, @Nonnull IXMLWriterSettings aSettings)
aNode - The node to be streamed. May not be null.aSettings - The settings to use. May not be null.Copyright © 2014–2020 Philip Helger. All rights reserved.