public class AttributeProfileSchemaValidator extends Object implements Validator<AttributeProfile>
AttributeProfile
for Schema compliance.Constructor and Description |
---|
AttributeProfileSchemaValidator()
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
validate(AttributeProfile attributeProfile)
Checks to see if a XMLObject is valid.
|
protected void |
validateProfileURI(AttributeProfile attributeProfile)
Checks that ProfileURI is present.
|
public AttributeProfileSchemaValidator()
public void validate(AttributeProfile attributeProfile) throws ValidationException
validate
in interface Validator<AttributeProfile>
attributeProfile
- the XMLObject to validateValidationException
- thrown if the element is not validprotected void validateProfileURI(AttributeProfile attributeProfile) throws ValidationException
attributeProfile
- ValidationException
Copyright © 2018 JBoss by Red Hat. All rights reserved.