fi.hut.tml.xsmiles.mlfc.smil.extension
Class XElementCustomTestImpl
java.lang.Object
fi.hut.tml.xsmiles.mlfc.smil.extension.XElementCustomTestImpl
- All Implemented Interfaces:
- XElementCustomTest
- public abstract class XElementCustomTestImpl
- extends java.lang.Object
- implements XElementCustomTest
This interface defines the set of basic timing attributes that are common to all
timed elements.
|
Method Summary |
java.lang.String |
getCustomTest()
The value of the customTest attribute. |
void |
setCustomTest(java.lang.String customTest)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XElementCustomTestImpl
public XElementCustomTestImpl(org.apache.xerces.dom.DocumentImpl owner,
SMILDocumentImpl smil,
java.lang.String ns,
java.lang.String tag)
- Constructor - set the owner
getCustomTest
public java.lang.String getCustomTest()
- The value of the customTest attribute.
- Specified by:
getCustomTest in interface XElementCustomTest
- Throws:
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
setCustomTest
public void setCustomTest(java.lang.String customTest)
throws org.w3c.dom.DOMException
- Specified by:
setCustomTest in interface XElementCustomTest
- Throws:
org.w3c.dom.DOMException
X-Smiles 1.2