public class AttributeBase extends Object implements IComponent
SCHEMA_NAMESPACE| Modifier | Constructor and Description |
|---|---|
protected |
AttributeBase(SchemaBase owner)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SchemaBase |
getOwner()
Get owning element.
|
void |
prevalidate(ValidationContext vctx)
Prevalidate component information.
|
void |
validate(ValidationContext vctx)
Validate component information.
|
protected AttributeBase(SchemaBase owner)
owner - owning elementpublic final SchemaBase getOwner()
null)public void prevalidate(ValidationContext vctx)
prevalidate in interface IComponentvctx - validation contextpublic void validate(ValidationContext vctx)
prevalidate(org.jibx.schema.validation.ValidationContext) method will always be called for
every component in the schema definition before this method is called for
any component. This empty base class implementation should be overridden
by each subclass that requires validation handling.validate in interface IComponentvctx - validation contextCopyright © 2005-2013 jibx.org. All Rights Reserved.