Home | History | Annotate | Download | only in dom

Lines Matching defs:DOMException

24 import org.w3c.dom.DOMException;
50 public Attr createAttribute(String name) throws DOMException {
55 throws DOMException {
60 public CDATASection createCDATASection(String data) throws DOMException {
75 public abstract Element createElement(String tagName) throws DOMException;
78 throws DOMException {
83 public EntityReference createEntityReference(String name) throws DOMException {
89 throws DOMException {
126 public Node importNode(Node importedNode, boolean deep) throws DOMException {
158 public void setXmlStandalone(boolean xmlStandalone) throws DOMException {}
164 public void setXmlVersion(String xmlVersion) throws DOMException {}
178 public Node adoptNode(Node source) throws DOMException {
179 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, null);
183 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, null);
187 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, null);
191 throws DOMException {
192 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, null);