|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface provides the API for setting the XSLT document associated with a range.
| Field Summary | |
static short |
eSourceBuffer
XSLT Document is saved in the spreadsheet. |
static short |
eSourceNone
No XSLT Document is used. |
static short |
eSourceURL
XSLT Document references an external file. |
| Method Summary | |
java.lang.StringBuffer |
getDocument()
Returns the text of the XSLT document. |
java.lang.String |
getDocumentPath()
Returns the reference to an external XSLT document. |
java.lang.String |
getLogFilePath()
Returns the log file that will be written out. |
short |
getSourceType()
Returns the XSLT document source type. |
void |
setDocument(java.lang.String document)
Sets the text of the XSLT document as a String. |
void |
setDocument(java.lang.StringBuffer document)
Sets the text of the XSLT document as a StringBuffer. |
void |
setDocumentPath(java.lang.String documentPath)
Sets a reference to an external XSLT document. |
void |
setLogFilePath(java.lang.String log)
Sets the reference for the log file that will be written out. |
void |
setSourceType(short type)
Sets the XSLT document source type. |
| Field Detail |
public static final short eSourceNone
public static final short eSourceBuffer
setDocument(java.lang.StringBuffer)public static final short eSourceURL
setDocumentPath(java.lang.String)| Method Detail |
public void setDocument(java.lang.StringBuffer document)
document - the text of the XSLT document as a
StringBuffer.getDocument()public void setDocument(java.lang.String document)
document - the text of the XSLT document as a
String.getDocument()public java.lang.StringBuffer getDocument()
setDocument
method was called to set the XSLT document.setDocument(java.lang.StringBuffer)
public void setDocumentPath(java.lang.String documentPath)
throws java.net.MalformedURLException
documentPath - the full path to the XSLT document associated with
this range.getDocumentPath()public java.lang.String getDocumentPath()
setDocumentPath(java.lang.String)public void setLogFilePath(java.lang.String log)
log - a String representing the full path for the log file.getLogFilePath()public java.lang.String getLogFilePath()
setLogFilePath(java.lang.String)public void setSourceType(short type)
type - a short indicating the source type:
| Source Type | Description |
eSourceBuffer |
saves the XSLT Document in the spreadsheet |
eSourceNone |
uses no XSLT Document |
eSourceURL |
references an external XSLT Document |
getSourceType()public short getSourceType()
setSourceType(short)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||