| Package | Description |
|---|---|
| thredds.catalog |
Reads and writes THREDDS Dataset Inventory Catalog XML documents.
|
| thredds.catalog.parser.jdom | |
| thredds.cataloggen |
| Modifier and Type | Method and Description |
|---|---|
static InvCatalogFactory |
InvCatalogFactory.getDefaultFactory(boolean validate)
Get new Factory for reading and writing catalogs.
|
| Modifier and Type | Method and Description |
|---|---|
InvCatalogImpl |
InvCatalogConvertIF.parseXML(InvCatalogFactory fac,
org.jdom.Document doc,
java.net.URI uri)
Create an InvCatalogImpl from a parsed document tree.
|
void |
InvCatalogRef.readAsynch(InvCatalogFactory factory,
CatalogSetCallback caller)
Read the referenced catalog asynchronously, if the catalog factory supports it.
|
| Modifier and Type | Method and Description |
|---|---|
InvCatalogImpl |
InvCatalogFactory10.parseXML(InvCatalogFactory fac,
org.jdom.Document jdomDoc,
java.net.URI uri) |
| Modifier and Type | Field and Description |
|---|---|
protected InvCatalogFactory |
CatalogGen.catFactory
The catalog factory that knows about CatalogGenConfig metadata.
|