public class HSDocWrapping
extends java.lang.Object
h2s
package.)Constructor and Description |
---|
HSDocWrapping() |
Modifier and Type | Method and Description |
---|---|
static XmlStreamDocWrapping |
getHMLWrap(java.io.OutputStream hos,
java.lang.String henc,
java.lang.String hdtd,
java.lang.String htag)
Returns an HML document wrapper for the given output stream, and
using the given encoding, HML DTD, and HML document element tag
strings.
|
static XmlStreamDocWrapping |
getNullWrap()
Returns a null XML document output stream wrapper, that is, one
which wraps the document element with empty head and tail.
|
static XmlStreamDocWrapping |
getSiGMLWrap(java.io.OutputStream sos,
java.lang.String senc,
java.lang.String sdtd,
java.lang.String stag)
Returns a SiGML document wrapper for the given output stream, and
using the given encoding, SiGML DTD, and SiGML document element tag
strings.
|
public static XmlStreamDocWrapping getNullWrap()
public static XmlStreamDocWrapping getHMLWrap(java.io.OutputStream hos, java.lang.String henc, java.lang.String hdtd, java.lang.String htag)
public static XmlStreamDocWrapping getSiGMLWrap(java.io.OutputStream sos, java.lang.String senc, java.lang.String sdtd, java.lang.String stag)