Uses of Class
thredds.catalog.InvCatalogRef

Packages that use InvCatalogRef
thredds.catalog Reads and writes THREDDS Dataset Inventory Catalog XML documents. 
thredds.catalog.crawl   
thredds.catalog.parser.jdom   
 

Uses of InvCatalogRef in thredds.catalog
 

Subclasses of InvCatalogRef in thredds.catalog
 class InvDatasetFmrc
          InvDatasetFmrc represents an element in a TDS catalog.
 class InvDatasetScan
          Represents server-side information on how to scan a collection of datasets for catalog generation.
 

Uses of InvCatalogRef in thredds.catalog.crawl
 

Methods in thredds.catalog.crawl with parameters of type InvCatalogRef
 boolean CatalogExtractor.getCatalogRef(InvCatalogRef dd)
           
 boolean CatalogCrawler.Listener.getCatalogRef(InvCatalogRef dd)
          Gets called for each catalogRef found
 

Uses of InvCatalogRef in thredds.catalog.parser.jdom
 

Methods in thredds.catalog.parser.jdom that return InvCatalogRef
protected  InvCatalogRef InvCatalogFactory10.readCatalogRef(InvCatalogImpl cat, InvDatasetImpl parent, org.jdom.Element catRefElem, java.net.URI baseURI)