Uses of Class
cs.arizona.util.TargetIdentifier

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

Uses of TargetIdentifier in cs.arizona.tau.docs
 

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

Uses of TargetIdentifier in cs.arizona.tau.xml
 

Methods in cs.arizona.tau.xml with parameters of type TargetIdentifier
static java.lang.String Common.getTopLevelSchemaElementName(TargetIdentifier ti)
          The function needs to be implemented.
 

Method parameters in cs.arizona.tau.xml with type arguments of type TargetIdentifier
 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 TargetIdentifier
DoTemporalValidation(TargetIdentifier ti, LogicalAnnotationValidator tav, PhysicalAnnotationValidator pav, int schemaVersion)
           
LogicalAnnotationValidator(org.w3c.dom.Document annotationDocument, org.w3c.dom.Document snapshotSchemaDocument, TargetIdentifier ti, boolean createItemPrototypes)
           
PhysicalAnnotationValidator(org.w3c.dom.Document annotationDocument, org.w3c.dom.Document snapshotSchemaDocument, TargetIdentifier ti, boolean createRepItemPrototypes)
           
Primitives(TargetIdentifier ti, LogicalAnnotationValidator tav, PhysicalAnnotationValidator pav, java.lang.String repSchemaNameAlias)
           
TemporalAnnotationValidator(org.w3c.dom.Document temporalAnnotationDocument, org.w3c.dom.Document snapshotSchemaDocument, TargetIdentifier ti, boolean createItemPrototypes)