Home | History | Annotate | Download | only in dom

Lines Matching defs:DOMException

19 import org.w3c.dom.DOMException;
47 throw new DOMException(DOMException.NAMESPACE_ERR, qualifiedName);
56 throw new DOMException(DOMException.NAMESPACE_ERR, qualifiedName);
60 throw new DOMException(DOMException.INVALID_CHARACTER_ERR, qualifiedName);
64 throw new DOMException(DOMException.INVALID_CHARACTER_ERR, qualifiedName);
110 @Override public String getTextContent() throws DOMException {