cs.arizona.tau.docs
Class TemporalSchema
java.lang.Object
cs.arizona.tau.docs.TemporalSchema
public class TemporalSchema
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TemporalSchema
public TemporalSchema(ValidatorProperties vp,
ConventionalParser cp,
java.lang.String temporal_schema_name)
- The Temporal Schema's internal representation
- Parameters:
vp
- The ValidatorProperties instancecp
- The ConventionalParser instance which parses an XML documenttemporal_schema_name
-
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