Home | History | Annotate | Download | only in dom

Lines Matching defs:DOMException

26 import org.w3c.dom.DOMException;
74 public Node appendChild(Node newChild) throws DOMException {
75 throw new DOMException(DOMException.HIERARCHY_REQUEST_ERR, null);
116 public String getNodeValue() throws DOMException {
144 public Node insertBefore(Node newChild, Node refChild) throws DOMException {
145 throw new DOMException(DOMException.HIERARCHY_REQUEST_ERR, null);
155 public Node removeChild(Node oldChild) throws DOMException {
156 throw new DOMException(DOMException.HIERARCHY_REQUEST_ERR, null);
159 public Node replaceChild(Node newChild, Node oldChild) throws DOMException {
160 throw new DOMException(DOMException.HIERARCHY_REQUEST_ERR, null);
163 public final void setNodeValue(String nodeValue) throws DOMException {
189 throw new DOMException(DOMException.NOT_SUPPORTED_ERR,
194 public void setPrefix(String prefix) throws DOMException {
205 throw new DOMException(DOMException.NAMESPACE_ERR, prefix);
213 throw new DOMException(DOMException.NAMESPACE_ERR, prefix);
230 throw new DOMException(DOMException.NAMESPACE_ERR, qualifiedName);
241 throw new DOMException(DOMException.INVALID_CHARACTER_ERR, qualifiedName);
248 throw new DOMException(DOMException.NAMESPACE_ERR, qualifiedName);
267 throw new DOMException(DOMException.NOT_SUPPORTED_ERR,
283 throw new DOMException(DOMException.INVALID_CHARACTER_ERR, name);
286 throw new DOMException(DOMException.INVALID_CHARACTER_ERR, name);
303 throw new DOMException(DOMException.NOT_SUPPORTED_ERR,
364 throw new DOMException(DOMException.NOT_SUPPORTED_ERR,
389 throws DOMException {
393 public String getTextContent() throws DOMException {
397 void getTextContent(StringBuilder buf) throws DOMException {
404 public final void setTextContent(String textContent) throws DOMException {
435 throw new DOMException(DOMException.NOT_SUPPORTED_ERR,
473 throw new DOMException(DOMException.NOT_SUPPORTED_ERR,