public class TransformsSchemaValidator extends Object implements Validator<Transforms>
Transforms
for Schema compliance.Constructor and Description |
---|
TransformsSchemaValidator() |
Modifier and Type | Method and Description |
---|---|
void |
validate(Transforms xmlObject)
Checks to see if a XMLObject is valid.
|
protected void |
validateTransforms(Transforms xmlObject)
Validate the transforms.
|
public void validate(Transforms xmlObject) throws ValidationException
validate
in interface Validator<Transforms>
xmlObject
- the XMLObject to validateValidationException
- thrown if the element is not validprotected void validateTransforms(Transforms xmlObject) throws ValidationException
xmlObject
- the object to validateValidationException
- thrown if the object is invalidCopyright © 2018 JBoss by Red Hat. All rights reserved.