Home | History | Annotate | Download | only in dom

Lines Matching defs:DOMException

20 import org.w3c.dom.DOMException;
42 public void appendData(String arg) throws DOMException {
46 public void deleteData(int offset, int count) throws DOMException {
50 public String getData() throws DOMException {
70 public void insertData(int offset, String arg) throws DOMException {
74 throw new DOMException(DOMException.INDEX_SIZE_ERR, null);
79 throws DOMException {
83 throw new DOMException(DOMException.INDEX_SIZE_ERR, null);
87 public void setData(String data) throws DOMException {
91 public String substringData(int offset, int count) throws DOMException {
95 throw new DOMException(DOMException.INDEX_SIZE_ERR, null);