Package | Description |
---|---|
org.xmlunit.validation |
Validation of XML documents and schemas.
|
Modifier and Type | Class and Description |
---|---|
class |
JAXPValidator
Validator using the javax.xml.validation namespace.
|
class |
ParsingValidator
Validator implementation that uses "the old way" of validating an
XML input by parsing the input.
|
Modifier and Type | Method and Description |
---|---|
static Validator |
Validator.forLanguage(String language)
Factory that obtains a Validator instance based on the schema language.
|
Copyright © 2001–2017 XMLUnit. All rights reserved.