public class XMLWorker
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
XML_FILE_EXTENSION |
protected static java.lang.String |
XSD_FILE_EXTENSION |
| Constructor and Description |
|---|
XMLWorker()
Default XMLWorker empty constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isValid(java.lang.String xmlFile,
java.lang.String xmlSchema)
Validate an XML file with an XML schema
|
protected static final java.lang.String XML_FILE_EXTENSION
protected static final java.lang.String XSD_FILE_EXTENSION