public class XMLValidationHelper
extends java.lang.Object
| Constructor and Description |
|---|
XMLValidationHelper()
Create a new XMLValidationHelper.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<org.xml.sax.SAXParseException> |
checkWellFormed(java.lang.String text)
Tests if the argument is well formed xml by pumping it thru a sax parser.
|
public XMLValidationHelper()
public java.util.List<org.xml.sax.SAXParseException> checkWellFormed(java.lang.String text)
text - the text you want to check for well formedness