public class DSAKeyValueSchemaValidator extends Object implements Validator<DSAKeyValue>
DSAKeyValue
for Schema compliance.コンストラクタと説明 |
---|
DSAKeyValueSchemaValidator() |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
validate(DSAKeyValue xmlObject)
Checks to see if a XMLObject is valid.
|
protected void |
validateChildrenPresence(DSAKeyValue xmlObject)
Validate that all children are present.
|
public void validate(DSAKeyValue xmlObject) throws ValidationException
validate
インタフェース内 Validator<DSAKeyValue>
xmlObject
- the XMLObject to validateValidationException
- thrown if the element is not validprotected void validateChildrenPresence(DSAKeyValue xmlObject) throws ValidationException
xmlObject
- the object to validateValidationException
- thrown if the object is invalidCopyright © 2012. All Rights Reserved.