Uses of Interface
net.sf.jour.config.impl.runtime.ValidatableObject

Packages that use ValidatableObject
net.sf.jour.config.impl   
net.sf.jour.config.impl.runtime   
 

Uses of ValidatableObject in net.sf.jour.config.impl
 

Classes in net.sf.jour.config.impl that implement ValidatableObject
 class AspectImpl
           
 class AspectTypeImpl
           
 class JourImpl
           
 class JourTypeImpl
           
 class PointcutImpl
           
 class PointcutTypeImpl
           
 class TypedefImpl
           
 

Uses of ValidatableObject in net.sf.jour.config.impl.runtime
 

Methods in net.sf.jour.config.impl.runtime that return ValidatableObject
 ValidatableObject GrammarInfoImpl.castToValidatableObject(java.lang.Object o)
           
 ValidatableObject GrammarInfoFacade.castToValidatableObject(java.lang.Object o)
           
 ValidatableObject GrammarInfo.castToValidatableObject(java.lang.Object o)
           
 

Methods in net.sf.jour.config.impl.runtime with parameters of type ValidatableObject
 void ValidationContext.validate(ValidatableObject vo)
          Validates the sub-tree rooted at vo and reports any errors/warnings to the error handler.
 void ValidationContext.reportEvent(ValidatableObject source, java.lang.String formattedMessage)
          Reports an error to the application.
 void ValidationContext.reportEvent(ValidatableObject source, java.lang.Exception nestedException)
          Reports an error to the client.
 void ValidationContext.reportEvent(ValidatableObject source, javax.xml.bind.ValidationEvent event)
           
static void MSVValidator.validate(DefaultJAXBContextImpl jaxbCtx, ValidationContext context, ValidatableObject vo)
          Validates the specified object and reports any error to the context.
 



Copyright © 2004 sourceforge. All Rights Reserved.