Home | History | Annotate | Download | only in dom

Lines Matching defs:DOMException

21 import org.w3c.dom.DOMException;
89 public void removeAttribute(String name) throws DOMException {
95 throws DOMException {
100 public Attr removeAttributeNode(Attr oldAttr) throws DOMException {
105 public void setAttribute(String name, String value) throws DOMException {
115 String value) throws DOMException {
120 public Attr setAttributeNode(Attr newAttr) throws DOMException {
125 public Attr setAttributeNodeNS(Attr newAttr) throws DOMException {
159 public void setIdAttribute(String name, boolean isId) throws DOMException {
160 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, null);
164 boolean isId) throws DOMException {
165 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, null);
169 throws DOMException {
170 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, null);