|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jibx.binding.model.AttributeBase
public abstract class AttributeBase
Base class for all attribute group structures in binding definition model. This just provides the basic validation hooks.
Constructor Summary | |
---|---|
AttributeBase()
|
Method Summary | |
---|---|
void |
prevalidate(ValidationContext vctx)
Prevalidate attribute information. |
void |
validate(ValidationContext vctx)
Validate attribute information. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttributeBase()
Method Detail |
---|
public void prevalidate(ValidationContext vctx)
vctx
- validation contextpublic void validate(ValidationContext vctx)
prevalidate(org.jibx.binding.model.ValidationContext)
method will always be
called for every component in the binding definition before this method
is called for any component. This empty base class implementation should
be overridden by each subclass that requires validation handling.
vctx
- validation context
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |