|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.ucsb.nceas.morpho.plugins.xsltresolver.XSLTResolverPlugin
Plugin that provides a service to resolve DOCTYPES to XSLT stylesheets
Constructor Summary | |
XSLTResolverPlugin()
|
Method Summary | |
java.io.Reader |
getXSLTStylesheetReader(java.lang.String identifier)
Required by XSLTResolverInterface: method to return a Reader object, which will provide access to a character-based XSLT stylesheet. |
void |
initialize(Morpho morpho)
Required by PluginInterface; called automatically at runtime |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XSLTResolverPlugin()
Method Detail |
public void initialize(Morpho morpho)
initialize
in interface PluginInterface
morpho
- a reference to the Morpho
public java.io.Reader getXSLTStylesheetReader(java.lang.String identifier) throws DocumentNotFoundException
getXSLTStylesheetReader
in interface XSLTResolverInterface
identifier
- - unique identifier used to determine the stylesheet
to return (e.g. DOCTYPE for DTD-defined XML, or
schemaLocation or rootnode namespace for XSD-defined XML)
DocumentNotFoundException
- if no suitable stylesheet is available
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |