Methods in sigmlgen that return XmlStreamDocWrapping |
static XmlStreamDocWrapping |
HSDocWrapping.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 |
HSDocWrapping.getNullWrap()
Returns a null XML document output stream wrapper, that is, one
which wraps the document element with empty head and tail. |
static XmlStreamDocWrapping |
HSDocWrapping.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. |