|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface enables access to XSLT stylesheets that are identified by unique String DOCTYPE identifiers.
Method Summary | |
java.lang.String |
getTreeEditorXMLLocation(java.lang.String identifier)
method to return a String, which will contain the name of the xml file which conatins the structure of schema that can be displayed by the tree editor. |
java.lang.String |
getXSLTStylesheetLocation(java.lang.String identifier)
method to return a String, which will contain the name of the dir which conatins the XSLT stylesheets. |
java.io.Reader |
getXSLTStylesheetReader(java.lang.String docID)
method to return a Reader object, which will provide access to a character-based XSLT stylesheet. |
Method Detail |
public java.io.Reader getXSLTStylesheetReader(java.lang.String docID) throws DocumentNotFoundException
docID
- a unique DOCID used to determine what stylesheet to return
DocumentNotFoundException
- if no suitable stylesheet is availablepublic java.lang.String getXSLTStylesheetLocation(java.lang.String identifier)
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)
public java.lang.String getTreeEditorXMLLocation(java.lang.String identifier)
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)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |