|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.daisy.zedval.zedsuite.v2002.zedXalanExt
Provides various handy functions to use within XSLT stylesheets
| Constructor Summary | |
zedXalanExt()
|
|
| Method Summary | |
static java.lang.Integer |
compareSmil(java.lang.String s1,
java.lang.String s2)
Compares two SMIL clock values |
static java.lang.String |
fileDur(java.lang.String f)
Returns duration of an audio file |
static java.lang.Boolean |
fileExists(java.lang.String f)
Tests for file existence |
static java.lang.Double |
smilToSec(java.lang.String s)
Converts a SMIL clock value into the equivalent number of seconds |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public zedXalanExt()
| Method Detail |
public static java.lang.Double smilToSec(java.lang.String s)
s - String giving SMIL clock value
public static java.lang.Integer compareSmil(java.lang.String s1,
java.lang.String s2)
s1 - String giving SMIL clock values2 - String giving SMIL clock value
public static java.lang.Boolean fileExists(java.lang.String f)
f - Name/path of file
true if file exists, false
otherwisepublic static java.lang.String fileDur(java.lang.String f)
f - Name/path of file
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||