cs.arizona.tau.docs
Class AnnotationDocument

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

public class AnnotationDocument
extends java.lang.Object


Constructor Summary
AnnotationDocument(org.w3c.dom.Document annotation_doc)
           
AnnotationDocument(java.lang.String annotation_doc_name)
           
 
Method Summary
 org.w3c.dom.Document GetAnnotationDocument()
           
 org.w3c.dom.Element getLogicalAnnotations()
           
 org.w3c.dom.Element getPhysicalAnnotations()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationDocument

public AnnotationDocument(java.lang.String annotation_doc_name)

AnnotationDocument

public AnnotationDocument(org.w3c.dom.Document annotation_doc)
Method Detail

getLogicalAnnotations

public org.w3c.dom.Element getLogicalAnnotations()

getPhysicalAnnotations

public org.w3c.dom.Element getPhysicalAnnotations()

GetAnnotationDocument

public org.w3c.dom.Document GetAnnotationDocument()