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