|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.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 docType)
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)
morpho
- a reference to the Morpho
public java.io.Reader getXSLTStylesheetReader(java.lang.String docType) throws DocumentNotFoundException
docType
- unique DOCTYPE used to determine the stylesheet to return
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |