Searched refs:NO_MODIFICATION_ALLOWED_ERR (Results 1 - 25 of 37) sorted by relevance

12

/openjdk7/jaxp/src/org/w3c/dom/
H A DDOMException.java100 public static final short NO_MODIFICATION_ALLOWED_ERR = 7; field in class:DOMException
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMNamedNodeMap.java157 * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this map is readonly.
165 throw new DTMException(DTMException.NO_MODIFICATION_ALLOWED_ERR);
181 * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this map is readonly.
185 throw new DTMException(DTMException.NO_MODIFICATION_ALLOWED_ERR);
235 * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this map is readonly.
244 throw new DTMException(DTMException.NO_MODIFICATION_ALLOWED_ERR);
264 * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this map is readonly.
270 throw new DTMException(DTMException.NO_MODIFICATION_ALLOWED_ERR);
H A DDTMNodeProxy.java241 throw new DTMDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR);
327 throw new DTMDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR);
516 throw new DTMDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR);
533 throw new DTMDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR);
548 throw new DTMDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR);
563 throw new DTMDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR);
865 throw new DTMDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR);
2060 * NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.
2110 * NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.
2261 throw new DOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR,
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DNotationImpl.java151 DOMException.NO_MODIFICATION_ALLOWED_ERR,
152 DOMMessageFormatter.formatMessage(DOMMessageFormatter.DOM_DOMAIN, "NO_MODIFICATION_ALLOWED_ERR", null));
169 DOMException.NO_MODIFICATION_ALLOWED_ERR,
170 DOMMessageFormatter.formatMessage(DOMMessageFormatter.DOM_DOMAIN, "NO_MODIFICATION_ALLOWED_ERR", null));
H A DCharacterDataImpl.java115 String msg = DOMMessageFormatter.formatMessage(DOMMessageFormatter.DOM_DOMAIN, "NO_MODIFICATION_ALLOWED_ERR", null);
116 throw new DOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR, msg);
185 * @throws DOMException(NO_MODIFICATION_ALLOWED_ERR) if node is readonly.
190 String msg = DOMMessageFormatter.formatMessage(DOMMessageFormatter.DOM_DOMAIN, "NO_MODIFICATION_ALLOWED_ERR", null);
191 throw new DOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR, msg);
213 * @throws DOMException(NO_MODIFICATION_ALLOWED_ERR) if node is
234 String msg = DOMMessageFormatter.formatMessage(DOMMessageFormatter.DOM_DOMAIN, "NO_MODIFICATION_ALLOWED_ERR", null);
235 throw new DOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR, msg);
271 * @throws DOMException(NO_MODIFICATION_ALLOWED_ERR) if node is readonly.
293 String msg = DOMMessageFormatter.formatMessage(DOMMessageFormatter.DOM_DOMAIN, "NO_MODIFICATION_ALLOWED_ERR", nul
[all...]
H A DEntityImpl.java137 * @throws DOMException(NO_MODIFICATION_ALLOWED_ERR)
142 String msg = DOMMessageFormatter.formatMessage(DOMMessageFormatter.DOM_DOMAIN, "NO_MODIFICATION_ALLOWED_ERR", null);
143 throw new DOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR, msg);
149 * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
155 throw new DOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR,
157 "NO_MODIFICATION_ALLOWED_ERR", null));
H A DElementImpl.java402 * @throws DOMException(NO_MODIFICATION_ALLOWED_ERR) if the node is
408 String msg = DOMMessageFormatter.formatMessage(DOMMessageFormatter.DOM_DOMAIN, "NO_MODIFICATION_ALLOWED_ERR", null);
409 throw new DOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR, msg);
438 * @throws DOMException(NO_MODIFICATION_ALLOWED_ERR) if the node is
445 String msg = DOMMessageFormatter.formatMessage(DOMMessageFormatter.DOM_DOMAIN, "NO_MODIFICATION_ALLOWED_ERR", null);
446 throw new DOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR, msg);
478 * @throws DOMException(NO_MODIFICATION_ALLOWED_ERR) if the node is
487 "NO_MODIFICATION_ALLOWED_ERR",
489 throw new DOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR, msg);
536 String msg = DOMMessageFormatter.formatMessage(DOMMessageFormatter.DOM_DOMAIN, "NO_MODIFICATION_ALLOWED_ERR", nul
[all...]
H A DTextImpl.java309 throw new DOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR,
312 "NO_MODIFICATION_ALLOWED_ERR", null));
317 throw new DOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR,
320 "NO_MODIFICATION_ALLOWED_ERR", null));
383 * DOMException with the code NO_MODIFICATION_ALLOWED_ERR. Traverse previous
468 * DOMException with the code NO_MODIFICATION_ALLOWED_ERR. Traverse previous
611 * @throws DOMException(NO_MODIFICATION_ALLOWED_ERR)
619 DOMException.NO_MODIFICATION_ALLOWED_ERR,
620 DOMMessageFormatter.formatMessage(DOMMessageFormatter.DOM_DOMAIN, "NO_MODIFICATION_ALLOWED_ERR", null));
H A DAttributeMap.java81 String msg = DOMMessageFormatter.formatMessage(DOMMessageFormatter.DOM_DOMAIN, "NO_MODIFICATION_ALLOWED_ERR", null);
82 throw new DOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR, msg);
151 String msg = DOMMessageFormatter.formatMessage(DOMMessageFormatter.DOM_DOMAIN, "NO_MODIFICATION_ALLOWED_ERR", null);
152 throw new DOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR, msg);
282 String msg = DOMMessageFormatter.formatMessage(DOMMessageFormatter.DOM_DOMAIN, "NO_MODIFICATION_ALLOWED_ERR", null);
283 throw new DOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR, msg);
398 String msg = DOMMessageFormatter.formatMessage(DOMMessageFormatter.DOM_DOMAIN, "NO_MODIFICATION_ALLOWED_ERR", null);
399 throw new DOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR, msg);
H A DNamedNodeMapImpl.java184 String msg = DOMMessageFormatter.formatMessage(DOMMessageFormatter.DOM_DOMAIN, "NO_MODIFICATION_ALLOWED_ERR", null);
185 throw new DOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR, msg);
226 String msg = DOMMessageFormatter.formatMessage(DOMMessageFormatter.DOM_DOMAIN, "NO_MODIFICATION_ALLOWED_ERR", null);
227 throw new DOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR, msg);
270 String msg = DOMMessageFormatter.formatMessage(DOMMessageFormatter.DOM_DOMAIN, "NO_MODIFICATION_ALLOWED_ERR", null);
272 new DOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR,
306 String msg = DOMMessageFormatter.formatMessage(DOMMessageFormatter.DOM_DOMAIN, "NO_MODIFICATION_ALLOWED_ERR", null);
308 new DOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR,
H A DAttrImpl.java347 String msg = DOMMessageFormatter.formatMessage(DOMMessageFormatter.DOM_DOMAIN, "NO_MODIFICATION_ALLOWED_ERR", null);
348 throw new DOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR, msg);
700 * @throws DOMException(NO_MODIFICATION_ALLOWED_ERR) if this node is
769 String msg = DOMMessageFormatter.formatMessage(DOMMessageFormatter.DOM_DOMAIN, "NO_MODIFICATION_ALLOWED_ERR", null);
770 throw new DOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR, msg);
879 * @throws DOMException(NO_MODIFICATION_ALLOWED_ERR) if this node is
904 String msg = DOMMessageFormatter.formatMessage(DOMMessageFormatter.DOM_DOMAIN, "NO_MODIFICATION_ALLOWED_ERR", null);
905 throw new DOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR, msg);
982 * @throws DOMException(NO_MODIFICATION_ALLOWED_ERR) if this node is
H A DParentNode.java282 * @throws DOMException(NO_MODIFICATION_ALLOWED_ERR) if this node is
352 DOMException.NO_MODIFICATION_ALLOWED_ERR,
353 DOMMessageFormatter.formatMessage(DOMMessageFormatter.DOM_DOMAIN, "NO_MODIFICATION_ALLOWED_ERR", null));
478 * @throws DOMException(NO_MODIFICATION_ALLOWED_ERR) if this node is
499 DOMException.NO_MODIFICATION_ALLOWED_ERR,
500 DOMMessageFormatter.formatMessage(DOMMessageFormatter.DOM_DOMAIN, "NO_MODIFICATION_ALLOWED_ERR", null));
592 * @throws DOMException(NO_MODIFICATION_ALLOWED_ERR) if this node is
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DDOMMessages_fr.properties54 NO_MODIFICATION_ALLOWED_ERR = Tentative de modification d'un objet pour lequel les modifications ne sont pas autoris\u00E9es.
H A DDOMMessages_de.properties54 NO_MODIFICATION_ALLOWED_ERR = Es wurde versucht, ein Objekt zu \u00E4ndern, bei dem \u00C4nderungen nicht zul\u00E4ssig sind.
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/res/
H A DXSLTErrorResources.java463 public static final String NO_MODIFICATION_ALLOWED_ERR = field in class:XSLTErrorResources
464 "NO_MODIFICATION_ALLOWED_ERR";
1311 { NO_MODIFICATION_ALLOWED_ERR,
H A DXSLTErrorResources_de.java463 public static final String NO_MODIFICATION_ALLOWED_ERR = field in class:XSLTErrorResources_de
464 "NO_MODIFICATION_ALLOWED_ERR";
1311 { NO_MODIFICATION_ALLOWED_ERR,
H A DXSLTErrorResources_es.java463 public static final String NO_MODIFICATION_ALLOWED_ERR = field in class:XSLTErrorResources_es
464 "NO_MODIFICATION_ALLOWED_ERR";
1311 { NO_MODIFICATION_ALLOWED_ERR,
H A DXSLTErrorResources_fr.java463 public static final String NO_MODIFICATION_ALLOWED_ERR = field in class:XSLTErrorResources_fr
464 "NO_MODIFICATION_ALLOWED_ERR";
1311 { NO_MODIFICATION_ALLOWED_ERR,
H A DXSLTErrorResources_it.java463 public static final String NO_MODIFICATION_ALLOWED_ERR = field in class:XSLTErrorResources_it
464 "NO_MODIFICATION_ALLOWED_ERR";
1311 { NO_MODIFICATION_ALLOWED_ERR,
H A DXSLTErrorResources_ja.java463 public static final String NO_MODIFICATION_ALLOWED_ERR = field in class:XSLTErrorResources_ja
464 "NO_MODIFICATION_ALLOWED_ERR";
1311 { NO_MODIFICATION_ALLOWED_ERR,
H A DXSLTErrorResources_ko.java463 public static final String NO_MODIFICATION_ALLOWED_ERR = field in class:XSLTErrorResources_ko
464 "NO_MODIFICATION_ALLOWED_ERR";
1311 { NO_MODIFICATION_ALLOWED_ERR,
H A DXSLTErrorResources_pt_BR.java464 public static final String NO_MODIFICATION_ALLOWED_ERR = field in class:XSLTErrorResources_pt_BR
465 "NO_MODIFICATION_ALLOWED_ERR";
1312 { NO_MODIFICATION_ALLOWED_ERR,
H A DXSLTErrorResources_sv.java463 public static final String NO_MODIFICATION_ALLOWED_ERR = field in class:XSLTErrorResources_sv
464 "NO_MODIFICATION_ALLOWED_ERR";
1311 { NO_MODIFICATION_ALLOWED_ERR,
H A DXSLTErrorResources_zh_CN.java463 public static final String NO_MODIFICATION_ALLOWED_ERR = field in class:XSLTErrorResources_zh_CN
464 "NO_MODIFICATION_ALLOWED_ERR";
1311 { NO_MODIFICATION_ALLOWED_ERR,
H A DXSLTErrorResources_zh_TW.java463 public static final String NO_MODIFICATION_ALLOWED_ERR = field in class:XSLTErrorResources_zh_TW
464 "NO_MODIFICATION_ALLOWED_ERR";
1311 { NO_MODIFICATION_ALLOWED_ERR,

Completed in 146 milliseconds

12