public abstract class Html5SchemaProvider
extends java.lang.Object
Constructor and Description |
---|
Html5SchemaProvider() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getCharsDtdLocation() |
abstract java.net.URL |
getCharsLocation() |
static java.lang.String |
getHtml5SchemaLocation() |
abstract java.net.URL |
getHtmlSchemaLocation() |
static java.lang.String |
getXhtml5SchemaLocation() |
abstract java.net.URL |
getXhtmlSchemaLocation() |
public static java.lang.String getHtml5SchemaLocation()
public static java.lang.String getXhtml5SchemaLocation()
public static java.lang.String getCharsDtdLocation()
public abstract java.net.URL getHtmlSchemaLocation()
public abstract java.net.URL getXhtmlSchemaLocation()
public abstract java.net.URL getCharsLocation()