Modifier and Type | Class and Description |
---|---|
class |
XMLModelDTDValidator
XML model validator which process validation with DTD:
|
Modifier and Type | Method and Description |
---|---|
XMLModelValidator |
XMLModelDTDValidatorFactory.createValidator(XMLModelDeclaration modelDeclaration) |
Modifier and Type | Class and Description |
---|---|
class |
XMLModelRelaxNGValidator
XML model validator which process validation with RelaxNG:
|
Modifier and Type | Method and Description |
---|---|
XMLModelValidator |
XMLModelRelaxNGValidatorFactory.createValidator(XMLModelDeclaration modelDeclaration) |
Modifier and Type | Method and Description |
---|---|
XMLModelValidator |
XMLModelValidatorFactory.createValidator(XMLModelDeclaration modelDeclaration)
Create an
XMLModelValidator instance if the XML model declaration is
applicable for the factory and null otherwise. |
Modifier and Type | Class and Description |
---|---|
class |
XMLModelSchemaValidator
XML model validator which process validation with XML Schema:
|
Modifier and Type | Method and Description |
---|---|
XMLModelValidator |
XMLModelSchemaValidatorFactory.createValidator(XMLModelDeclaration modelDeclaration) |
Copyright © 2022. All rights reserved.