Interface Smil
- All Superinterfaces:
SmilObject
- All Known Implementing Classes:
SmilImpl
Represent a SMIL document.
-
Method Summary
Methods inherited from interface org.opencastproject.smil.entity.api.SmilObject
getId
-
Method Details
-
getBody
SmilBody getBody()Returns body of the SMIL.- Returns:
- the body of the SMIL.
-
getHead
SmilHead getHead()Returns head of the SMIL.- Returns:
- the head of the SMIL.
-
toXML
Serialize this object.- Returns:
- the XML representation of the
Smilobject - Throws:
javax.xml.bind.JAXBException- if serializing failSAXExceptionMalformedURLException
-
get
Returns element with given Id.- Parameters:
elementId- element Id- Returns:
- element with given Id
- Throws:
SmilException- if there is no element with the same Id
-