Uses of Class
com.eviware.soapui.impl.wadl.inference.schema.Context

Packages that use Context
com.eviware.soapui.impl.wadl.inference.schema   
com.eviware.soapui.impl.wadl.inference.schema.content   
com.eviware.soapui.impl.wadl.inference.schema.particles   
com.eviware.soapui.impl.wadl.inference.schema.types   
 

Uses of Context in com.eviware.soapui.impl.wadl.inference.schema
 

Methods in com.eviware.soapui.impl.wadl.inference.schema with parameters of type Context
 Type Type.validate(Context context)
          Validate an element/attribute with this type.
 void Schema.validate(Context context)
          Validates an XML document contained in a given Context object.
 void Particle.validate(Context context)
          Validates an XML document contained in a given Context object, at the position specified by the cursor contained in same Context object.
 Content Content.validate(Context context)
          Validates an XML document contained in a given Context object.
 

Uses of Context in com.eviware.soapui.impl.wadl.inference.schema.content
 

Methods in com.eviware.soapui.impl.wadl.inference.schema.content with parameters of type Context
 Content SimpleContent.validate(Context context)
           
 Content SequenceContent.validate(Context context)
           
 Content EmptyContent.validate(Context context)
           
 

Uses of Context in com.eviware.soapui.impl.wadl.inference.schema.particles
 

Methods in com.eviware.soapui.impl.wadl.inference.schema.particles with parameters of type Context
 void ReferenceParticle.validate(Context context)
           
 void ElementParticle.validate(Context context)
           
 void AttributeParticle.validate(Context context)
           
 

Uses of Context in com.eviware.soapui.impl.wadl.inference.schema.types
 

Methods in com.eviware.soapui.impl.wadl.inference.schema.types with parameters of type Context
 Type TypeReferenceType.validate(Context context)
           
 Type SimpleType.validate(Context context)
           
 Type EmptyType.validate(Context context)
           
 Type CustomType.validate(Context context)
           
 Type ComplexType.validate(Context context)
           
 



Copyright © 2005-2009 eviware.com. All Rights Reserved.