public class XmlToHtml
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
(package private) static class |
XmlToHtml.EmptyAttributeList |
(package private) static class |
XmlToHtml.SingleAttributeList |
Constructor and Description |
---|
XmlToHtml() |
Modifier and Type | Method and Description |
---|---|
(package private) static org.xml.sax.Parser |
createParser() |
static org.xml.sax.InputSource |
fileInputSource(java.io.File file) |
static org.xml.sax.InputSource |
fileInputSource(java.lang.String str)
Generates an
InputSource from a file name. |
static void |
main(java.lang.String[] args) |
public static void main(java.lang.String[] args) throws java.io.IOException
java.io.IOException
static org.xml.sax.Parser createParser()
public static org.xml.sax.InputSource fileInputSource(java.lang.String str)
InputSource
from a file name.public static org.xml.sax.InputSource fileInputSource(java.io.File file)