public class XMLErrors
extends java.lang.Object
| Constructor and Description |
|---|
XMLErrors() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
check(org.w3c.dom.Document xml)
Evaluates whether a given xml document contains errors or not.
|
static java.lang.String |
getErrorMessage(org.w3c.dom.Document xml) |
public static boolean check(org.w3c.dom.Document xml)
xml - The given xml documentpublic static java.lang.String getErrorMessage(org.w3c.dom.Document xml)
Copyright © 2014 DuraSpace. All Rights Reserved.