cs.arizona.tau.xml
Class Primitives

java.lang.Object
  extended by cs.arizona.tau.xml.Primitives

public class Primitives
extends java.lang.Object

Author:
spjoshi, sthomas

Constructor Summary
Primitives(org.w3c.dom.Document bundleDoc, java.lang.String repSchemaNameAlias)
           
Primitives(TargetIdentifier ti, LogicalAnnotationValidator tav, PhysicalAnnotationValidator pav, java.lang.String repSchemaNameAlias)
           
 
Method Summary
 void markItems_Rui(org.w3c.dom.Element e, ITime time1, java.lang.String target)
           
 void markItems(org.w3c.dom.Element e, ITime time1, java.lang.String target)
           
 void markItems2(org.w3c.dom.Element e, ITime time1, java.lang.String path)
          Steve's testing.
 org.w3c.dom.Element physicalToTemporalConversion_Rui(org.w3c.dom.Document temporalDoc)
          Transforms from physical to temporal representation.
 org.w3c.dom.Element physicalToTemporalConversion(org.w3c.dom.Document temporalDoc)
           
 org.w3c.dom.Element pushDown(RepItem repItem)
           
 org.w3c.dom.Element pushDown2(RepItem repItem)
          Steve's testing grounds.
 org.w3c.dom.Element rootToPhysicalConversion(org.w3c.dom.Document temporalDoc)
          Steve's invention - just testing.
 org.w3c.dom.Element temporalToPhysicalConversion_Rui(org.w3c.dom.Document temporalDoc)
           
 org.w3c.dom.Element temporalToPhysicalConversion(org.w3c.dom.Document temporalDoc)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Primitives

public Primitives(org.w3c.dom.Document bundleDoc,
                  java.lang.String repSchemaNameAlias)

Primitives

public Primitives(TargetIdentifier ti,
                  LogicalAnnotationValidator tav,
                  PhysicalAnnotationValidator pav,
                  java.lang.String repSchemaNameAlias)
Method Detail

physicalToTemporalConversion_Rui

public org.w3c.dom.Element physicalToTemporalConversion_Rui(org.w3c.dom.Document temporalDoc)
Transforms from physical to temporal representation.


physicalToTemporalConversion

public org.w3c.dom.Element physicalToTemporalConversion(org.w3c.dom.Document temporalDoc)

rootToPhysicalConversion

public org.w3c.dom.Element rootToPhysicalConversion(org.w3c.dom.Document temporalDoc)
Steve's invention - just testing. Can this work? This is called from DoSquashing::squash.


markItems2

public void markItems2(org.w3c.dom.Element e,
                       ITime time1,
                       java.lang.String path)
Steve's testing. Not a real function (yet).

Parameters:
repItem - Experimenting with this function. It is currently BROKEN.

pushDown2

public org.w3c.dom.Element pushDown2(RepItem repItem)
Steve's testing grounds. Not a real function. Experimenting with this function. It is currently BROKEN.


markItems_Rui

public void markItems_Rui(org.w3c.dom.Element e,
                          ITime time1,
                          java.lang.String target)
Parameters:
repItem - This function outputs

markItems

public void markItems(org.w3c.dom.Element e,
                      ITime time1,
                      java.lang.String target)

temporalToPhysicalConversion_Rui

public org.w3c.dom.Element temporalToPhysicalConversion_Rui(org.w3c.dom.Document temporalDoc)

temporalToPhysicalConversion

public org.w3c.dom.Element temporalToPhysicalConversion(org.w3c.dom.Document temporalDoc)

pushDown

public org.w3c.dom.Element pushDown(RepItem repItem)