cs.arizona.tau.docs
Class TemporalSchema

java.lang.Object
  extended by cs.arizona.tau.docs.TemporalSchema

public class TemporalSchema
extends java.lang.Object


Constructor Summary
TemporalSchema(ValidatorProperties vp, ConventionalParser cp, java.lang.String temporal_schema_name)
          The Temporal Schema's internal representation
 
Method Summary
 org.w3c.dom.Document getAnnotationDoc()
           
 java.lang.String getAnnotationName()
           
 org.w3c.dom.Document getConventionalSchemaDoc()
           
 java.lang.String getConventionalSchemaName()
           
 java.lang.String getTemporalSchemaDir()
           
 org.w3c.dom.Document getTemporalSchemaDoc()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemporalSchema

public TemporalSchema(ValidatorProperties vp,
                      ConventionalParser cp,
                      java.lang.String temporal_schema_name)
The Temporal Schema's internal representation

Parameters:
vp - The ValidatorProperties instance
cp - The ConventionalParser instance which parses an XML document
temporal_schema_name -
Method Detail

getTemporalSchemaDoc

public org.w3c.dom.Document getTemporalSchemaDoc()
Returns:
the DOM document of the temporal schema

getConventionalSchemaDoc

public org.w3c.dom.Document getConventionalSchemaDoc()
Returns:
the DOM document of the conventional schema referenced by this temporal schema document

getAnnotationDoc

public org.w3c.dom.Document getAnnotationDoc()
Returns:
the DOM document of the annotation document referenced by this temporal schema document

getAnnotationName

public java.lang.String getAnnotationName()
Returns:
the name of the annotation file

getConventionalSchemaName

public java.lang.String getConventionalSchemaName()
Returns:
the name of the conventional schema file

getTemporalSchemaDir

public java.lang.String getTemporalSchemaDir()
Returns:
the directory where this temporal schema file is located