|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentNotFoundException | |
edu.ucsb.nceas.morpho.datapackage | |
edu.ucsb.nceas.morpho.plugins | |
edu.ucsb.nceas.morpho.plugins.metadisplay | |
edu.ucsb.nceas.morpho.plugins.xsltresolver |
Uses of DocumentNotFoundException in edu.ucsb.nceas.morpho.datapackage |
Methods in edu.ucsb.nceas.morpho.datapackage that throw DocumentNotFoundException | |
java.io.Reader |
DataPackage.openAsReader(java.lang.String identifier)
Open a sub-element of this datapackage (for example, a Module, or a sub-tree), given its String identifier. |
java.io.InputStream |
DataPackage.openAsInputStream(java.lang.String identifier)
Open a sub-element of this datapackage (for example, a Module, or a sub-tree), given its String identifier. |
Uses of DocumentNotFoundException in edu.ucsb.nceas.morpho.plugins |
Methods in edu.ucsb.nceas.morpho.plugins that throw DocumentNotFoundException | |
java.io.Reader |
XSLTResolverInterface.getXSLTStylesheetReader(java.lang.String docID)
method to return a Reader object, which will provide access to a character-based XSLT stylesheet. |
java.awt.Component |
MetaDisplayInterface.getDisplayComponent(java.lang.String identifier,
XMLFactoryInterface factory,
java.awt.event.ActionListener listener)
method used to obtain a visual component (a descendent of java.awt.Component , which will display the XML resource
identified by the identifier parameter. |
java.awt.Component |
MetaDisplayInterface.getDisplayComponent(XMLFactoryInterface factory,
java.awt.event.ActionListener listener)
method used to obtain a visual component (a descendent of java.awt.Component , which will subsequently display the XML
resources identified by unique string IDs. |
void |
MetaDisplayInterface.display(java.lang.String identifier)
method to display metadata in an existing instance of a visual component (metadata identified by the identifier parameter). |
void |
MetaDisplayInterface.display(java.lang.String identifier,
java.io.Reader XMLDocument)
method to display metadata in an existing instance of a visual component (metadata is provided as a Reader (the "XMLDocument" parameter), and a required corresponding unique identifier parameter) that
can subsequently be used by this component to get the latest instance of
the same "XMLDocument" from the XMLFactoryInterface. |
void |
MetaDisplayInterface.redisplay()
method to redisplay the current metadata, by re-obtaining the latest instance of the XML document from the XMLFactoryInterface and re-styling it |
void |
MetaDisplayInterface.displayPrevious()
method to redisplay the previous metadata document from History, by re-obtaining the latest instance of the XML document from the XMLFactoryInterface and re-styling it |
java.io.Reader |
XMLFactoryInterface.openAsReader(java.lang.String id)
method to return a Reader object, which will provide access to a character-based resource. |
Uses of DocumentNotFoundException in edu.ucsb.nceas.morpho.plugins.metadisplay |
Methods in edu.ucsb.nceas.morpho.plugins.metadisplay that throw DocumentNotFoundException | |
java.awt.Component |
MetaDisplay.getDisplayComponent(java.lang.String identifier,
XMLFactoryInterface factory,
java.awt.event.ActionListener listener)
method used to obtain a visual component (a descendent of java.awt.Component , which will display the XML resource
identified by the identifier parameter. |
void |
MetaDisplay.display(java.lang.String identifier)
method to display metadata in an existing instance of a visual component (metadata identified by the identifier parameter). |
void |
MetaDisplay.display(java.lang.String identifier,
java.io.Reader XMLDocument)
method to display metadata in an existing instance of a visual component (metadata is provided as a Reader (the "XMLDocument" parameter), and a required corresponding unique identifier parameter) that
can subsequently be used by this component to get the latest instance of
the same "XMLDocument" from the XMLFactoryInterface. |
void |
MetaDisplay.displayPrevious()
method to redisplay the previous metadata document from History, by re-obtaining the latest instance of the XML document from the XMLFactoryInterface and re-styling it |
void |
MetaDisplay.redisplay()
method to redisplay the current metadata, by re-obtaining the latest instance of the XML document from the XMLFactoryInterface and re-styling it |
Uses of DocumentNotFoundException in edu.ucsb.nceas.morpho.plugins.xsltresolver |
Methods in edu.ucsb.nceas.morpho.plugins.xsltresolver that throw DocumentNotFoundException | |
java.io.Reader |
XSLTResolverPlugin.getXSLTStylesheetReader(java.lang.String docType)
Required by XSLTResolverInterface: method to return a Reader object, which will provide access to a character-based XSLT stylesheet. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |