public abstract class XmlUtils extends Object
| Constructor and Description |
|---|
XmlUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Document |
getDocument(String xmlSource) |
static Schema |
getSchema(String schemaString) |
static Schema |
getSchema(URL schemaURL) |
static String |
getString(Document document) |
static void |
validate(Schema schema,
Document document) |
Copyright © 2014–2015. All rights reserved.