Uses of Class
cs.arizona.tau.xml.LogicalAnnotationValidator

Packages that use LogicalAnnotationValidator
cs.arizona.tau.docs   
cs.arizona.tau.xml   
 

Uses of LogicalAnnotationValidator in cs.arizona.tau.docs
 

Constructors in cs.arizona.tau.docs with parameters of type LogicalAnnotationValidator
ConstantSchemaTemporalDocument(TargetIdentifier ti, LogicalAnnotationValidator lav, PhysicalAnnotationValidator defaultPav, org.w3c.dom.Document temporal_document)
           
 

Uses of LogicalAnnotationValidator in cs.arizona.tau.xml
 

Methods in cs.arizona.tau.xml with parameters of type LogicalAnnotationValidator
 void Item.coalsce(org.w3c.dom.Document temporalDoc, LogicalAnnotationValidator tav, java.lang.String repSchemaNameAlias)
          The function coalsces the versions, so as to form the compact representation.
 boolean Item.validate(ITime documentExistenceTime, LogicalAnnotationValidator tav, org.w3c.dom.Document temporalDoc)
          The function internally checks all the constraints on the item.
static boolean Common.validateAnnotations(LogicalAnnotationValidator lav, PhysicalAnnotationValidator pav)
           
 

Method parameters in cs.arizona.tau.xml with type arguments of type LogicalAnnotationValidator
 boolean SchemaItem.validate(java.util.ArrayList<TargetIdentifier> tiList, java.util.ArrayList<LogicalAnnotationValidator> tavList, java.util.Hashtable itemFragmentItemMap)
           
 

Constructors in cs.arizona.tau.xml with parameters of type LogicalAnnotationValidator
DoTemporalValidation(TargetIdentifier ti, LogicalAnnotationValidator tav, PhysicalAnnotationValidator pav, int schemaVersion)
           
Primitives(TargetIdentifier ti, LogicalAnnotationValidator tav, PhysicalAnnotationValidator pav, java.lang.String repSchemaNameAlias)