Uses of Interface
org.eclipse.ohf.ihe.xds.metadata.DocumentRoot

Packages that use DocumentRoot
org.eclipse.ohf.ihe.xds.metadata   
org.eclipse.ohf.ihe.xds.metadata.impl   
org.eclipse.ohf.ihe.xds.metadata.util   
 

Uses of DocumentRoot in org.eclipse.ohf.ihe.xds.metadata
 

Methods in org.eclipse.ohf.ihe.xds.metadata that return DocumentRoot
 DocumentRoot MetadataFactory.createDocumentRoot()
          Returns a new object of class 'Document Root'.
 

Uses of DocumentRoot in org.eclipse.ohf.ihe.xds.metadata.impl
 

Methods in org.eclipse.ohf.ihe.xds.metadata.impl that return DocumentRoot
 DocumentRoot MetadataFactoryImpl.createDocumentRoot()
           
 

Uses of DocumentRoot in org.eclipse.ohf.ihe.xds.metadata.util
 

Methods in org.eclipse.ohf.ihe.xds.metadata.util with parameters of type DocumentRoot
 java.lang.Object MetadataSwitch.caseDocumentRoot(DocumentRoot object)
          Returns the result of interpretting the object as an instance of 'Document Root'.
 boolean MetadataValidator.validateDocumentRoot(DocumentRoot documentRoot, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)