Constructor and Description |
---|
XMLUtils() |
Modifier and Type | Method and Description |
---|---|
static Document |
emptyDocument(String title) |
static <T> T |
getDOMImpl() |
static <T> T |
getDOMImplUncached() |
static Document |
parse(InputStream s,
boolean validateIfSchema) |
static Document |
parse(String s) |
static Document |
parse(String s,
boolean validateIfSchema) |
static String |
serialize(Document document,
boolean prettyPrint) |
static void |
validate(Document d,
String schema,
DOMErrorHandler handler) |
public XMLUtils()
public static <T> T getDOMImpl()
public static <T> T getDOMImplUncached()
public static Document parse(InputStream s, boolean validateIfSchema)
public static void validate(Document d, String schema, DOMErrorHandler handler)
public static Document emptyDocument(String title)
Copyright © 2001–2017 University Health Network. All rights reserved.