Searched refs:DOMException (Results 1 - 25 of 100) sorted by relevance

1234

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DDefaultText.java24 import org.w3c.dom.DOMException;
65 * @exception DOMException
67 * @exception DOMException
73 throws DOMException {
85 * @exception DOMException
87 * @exception DOMException
93 throws DOMException {
94 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, "Method not supported");
113 * @exception DOMException
[all...]
H A DDefaultNode.java29 import org.w3c.dom.DOMException;
54 public String getNodeValue() throws DOMException {
148 public void setNodeValue(String nodeValue) throws DOMException {
149 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, "Method not supported");
153 public Node insertBefore(Node newChild, Node refChild) throws DOMException {
154 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, "Method not supported");
158 public Node replaceChild(Node newChild, Node oldChild) throws DOMException {
159 throw new DOMException(DOMExceptio
[all...]
H A DDefaultElement.java28 import org.w3c.dom.DOMException;
105 public void setAttribute(String name, String value) throws DOMException {
106 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, "Method not supported");
110 public void removeAttribute(String name) throws DOMException {
111 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, "Method not supported");
115 public Attr removeAttributeNode(Attr oldAttr) throws DOMException {
116 throw new DOMException(DOMException
[all...]
H A DDefaultDocument.java38 import org.w3c.dom.DOMException;
90 public Node importNode(Node importedNode, boolean deep) throws DOMException {
91 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, "Method not supported");
95 public Element createElement(String tagName) throws DOMException {
96 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, "Method not supported");
114 public CDATASection createCDATASection(String data) throws DOMException {
115 throw new DOMException(DOMException
[all...]
H A DNamedNodeMapImpl.java27 import org.w3c.dom.DOMException;
73 public Node setNamedItemNS(Node arg) throws DOMException {
74 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, "Method not supported");
77 public Node setNamedItem(Node arg) throws DOMException {
78 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, "Method not supported");
81 public Node removeNamedItem(String name) throws DOMException {
82 throw new DOMException(DOMException
[all...]
/openjdk7/jaxp/src/org/w3c/dom/ranges/
H A DRange.java45 import org.w3c.dom.DOMException;
55 * @exception DOMException
60 throws DOMException;
64 * @exception DOMException
69 throws DOMException;
73 * @exception DOMException
78 throws DOMException;
82 * @exception DOMException
87 throws DOMException;
91 * @exception DOMException
[all...]
/openjdk7/jaxp/src/org/w3c/dom/
H A DCharacterData.java67 * @exception DOMException
73 throws DOMException;
82 * @exception DOMException
86 throws DOMException;
102 * @exception DOMException
112 throws DOMException;
119 * @exception DOMException
123 throws DOMException;
129 * @exception DOMException
137 throws DOMException;
[all...]
H A DNamedNodeMap.java80 * @exception DOMException
95 throws DOMException;
106 * @exception DOMException
112 throws DOMException;
140 * @exception DOMException
148 throws DOMException;
164 * @exception DOMException
183 throws DOMException;
199 * @exception DOMException
210 throws DOMException;
[all...]
H A DElement.java100 * @exception DOMException
108 throws DOMException;
122 * @exception DOMException
126 throws DOMException;
151 * @exception DOMException
161 throws DOMException;
175 * @exception DOMException
181 throws DOMException;
202 * @exception DOMException
210 throws DOMException;
[all...]
H A DText.java82 * @exception DOMException
88 throws DOMException;
171 * raising a <code>DOMException</code> with the code
179 * @exception DOMException
185 throws DOMException;
H A DDocument.java110 * @exception DOMException
116 throws DOMException;
143 * @exception DOMException
147 throws DOMException;
161 * @exception DOMException
169 throws DOMException;
182 * @exception DOMException
188 throws DOMException;
209 * @exception DOMException
216 throws DOMException;
[all...]
/openjdk7/jaxp/src/org/w3c/dom/events/
H A DDocumentEvent.java44 import org.w3c.dom.DOMException;
78 * @exception DOMException
83 throws DOMException;
/openjdk7/jaxp/src/org/w3c/dom/css/
H A DCSS2Properties.java44 import org.w3c.dom.DOMException;
104 * @exception DOMException
110 throws DOMException;
118 * @exception DOMException
124 throws DOMException;
132 * @exception DOMException
138 throws DOMException;
146 * @exception DOMException
152 throws DOMException;
160 * @exception DOMException
[all...]
H A DCSSCharsetRule.java44 import org.w3c.dom.DOMException;
71 * @exception DOMException
78 throws DOMException;
H A DCSSPageRule.java44 import org.w3c.dom.DOMException;
60 * @exception DOMException
66 throws DOMException;
H A DCSSPrimitiveValue.java44 import org.w3c.dom.DOMException;
208 * <code>DOMException</code> will be raised.
219 * @exception DOMException
226 throws DOMException;
231 * the specified unit, a <code>DOMException</code> is raised.
242 * @exception DOMException
248 throws DOMException;
254 * <code>DOMException</code> will be raised.
260 * @exception DOMException
268 throws DOMException;
[all...]
H A DCSSStyleRule.java44 import org.w3c.dom.DOMException;
63 * @exception DOMException
69 throws DOMException;
H A DCSSValue.java44 import org.w3c.dom.DOMException;
84 * @exception DOMException
93 throws DOMException;
H A DCSSMediaRule.java44 import org.w3c.dom.DOMException;
77 * @exception DOMException
90 throws DOMException;
96 * @exception DOMException
103 throws DOMException;
H A DCSSStyleSheet.java44 import org.w3c.dom.DOMException;
86 * @exception DOMException
99 throws DOMException;
105 * @exception DOMException
112 throws DOMException;
/openjdk7/jdk/test/javax/imageio/metadata/
H A DDOML3Node.java38 import org.w3c.dom.DOMException;
50 } catch (DOMException e) {
56 } catch (DOMException e) {
62 } catch (DOMException e) {
68 } catch (DOMException e) {
74 } catch (DOMException e) {
80 } catch (DOMException e) {
86 } catch (DOMException e) {
92 } catch (DOMException e) {
98 } catch (DOMException
[all...]
/openjdk7/jaxp/src/org/w3c/dom/stylesheets/
H A DMediaList.java44 import org.w3c.dom.DOMException;
65 * @exception DOMException
72 throws DOMException;
94 * @exception DOMException
100 throws DOMException;
106 * @exception DOMException
112 throws DOMException;
/openjdk7/jaxp/src/org/w3c/dom/traversal/
H A DDocumentTraversal.java45 import org.w3c.dom.DOMException;
78 * @exception DOMException
86 throws DOMException;
112 * @exception DOMException
120 throws DOMException;
H A DNodeIterator.java45 import org.w3c.dom.DOMException;
109 * @exception DOMException
114 throws DOMException;
121 * @exception DOMException
126 throws DOMException;
/openjdk7/jaxp/src/org/w3c/dom/html/
H A DHTMLTableSectionElement.java44 import org.w3c.dom.DOMException;
94 * @exception DOMException
99 throws DOMException;
106 * @exception DOMException
111 throws DOMException;

Completed in 1045 milliseconds

1234