Home | History | Annotate | Download | only in smil

Lines Matching defs:DOMException

20 import org.w3c.dom.DOMException;
118 public void setBegin(TimeList begin) throws DOMException {
122 public void setDur(float dur) throws DOMException {
126 public void setEnd(TimeList end) throws DOMException {
130 public void setFill(short fill) throws DOMException {
134 public void setFillDefault(short fillDefault) throws DOMException {
138 public void setRepeatCount(float repeatCount) throws DOMException {
142 public void setRepeatDur(float repeatDur) throws DOMException {
146 public void setRestart(short restart) throws DOMException {
155 public Element createElement(String tagName) throws DOMException {
283 public Event createEvent(String eventType) throws DOMException {
287 throw new DOMException(DOMException.NOT_SUPPORTED_ERR,