public class TransformsSchemaValidator extends Object implements Validator<Transforms>
Transforms for Schema compliance.| コンストラクタと説明 |
|---|
TransformsSchemaValidator() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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 インタフェース内 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 © 2012. All Rights Reserved.