HomeSort by relevance Sort by last modified time
    Searched refs:NO_MODIFICATION_ALLOWED_ERR (Results 1 - 25 of 72) sorted by null

1 2 3

  /libcore/luni/src/main/java/org/w3c/dom/
DOMException.java 71 public static final short NO_MODIFICATION_ALLOWED_ERR = 7;
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileError.idl 38 const unsigned short NO_MODIFICATION_ALLOWED_ERR = 6;
FileError.h 52 NO_MODIFICATION_ALLOWED_ERR = 6,
FileError.cpp 68 case FileError::NO_MODIFICATION_ALLOWED_ERR:
104 case FileError::NO_MODIFICATION_ALLOWED_ERR:
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNamedNodeMap.java 155 * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this map is readonly.
163 throw new DTMException(DTMException.NO_MODIFICATION_ALLOWED_ERR);
179 * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this map is readonly.
183 throw new DTMException(DTMException.NO_MODIFICATION_ALLOWED_ERR);
233 * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this map is readonly.
242 throw new DTMException(DTMException.NO_MODIFICATION_ALLOWED_ERR);
262 * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this map is readonly.
268 throw new DTMException(DTMException.NO_MODIFICATION_ALLOWED_ERR);
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemLiteralResult.java 673 throwDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR,
674 XSLTErrorResources.NO_MODIFICATION_ALLOWED_ERR);
692 throwDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR,
693 XSLTErrorResources.NO_MODIFICATION_ALLOWED_ERR);
709 throwDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR,
710 XSLTErrorResources.NO_MODIFICATION_ALLOWED_ERR);
726 throwDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR,
727 XSLTErrorResources.NO_MODIFICATION_ALLOWED_ERR);
755 throwDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR,
756 XSLTErrorResources.NO_MODIFICATION_ALLOWED_ERR);
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
attrsetvaluenomodificationallowederrEE.java 32 * DOMException NO_MODIFICATION_ALLOWED_ERR to be raised
37 * This causes a NO_MODIFICATION_ALLOWED_ERR DOMException to be thrown.
39 * @see <a href="http://www.w3.org/TR/2000/WD-DOM-Level-1-20000929/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='NO_MODIFICATION_ALLOWED_ERR'])">http://www.w3.org/TR/2000/WD-DOM-Level-1-20000929/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='NO_MODIFICATION_ALLOWED_ERR'])</a>
41 * @see <a href="http://www.w3.org/TR/2000/WD-DOM-Level-1-20000929/level-one-core#xpointer(id('ID-221662474')/setraises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NO_MODIFICATION_ALLOWED_ERR'])">http://www.w3.org/TR/2000/WD-DOM-Level-1-20000929/level-one-core#xpointer(id('ID-221662474')/setraises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NO_MODIFICATION_ALLOWED_ERR'])</a>
93 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
103 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
nodeappendchildnomodificationallowederrEE.java 32 * DOMException NO_MODIFICATION_ALLOWED_ERR to be raised
36 * This causes a NO_MODIFICATION_ALLOWED_ERR DOMException to be thrown.
38 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='NO_MODIFICATION_ALLOWED_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='NO_MODIFICATION_ALLOWED_ERR'])</a>
40 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-184E7107')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NO_MODIFICATION_ALLOWED_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-184E7107')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NO_MODIFICATION_ALLOWED_ERR'])</a>
80 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
nodeinsertbeforenomodificationallowederrEE.java 32 * DOMException NO_MODIFICATION_ALLOWED_ERR to be raised
36 * This causes a NO_MODIFICATION_ALLOWED_ERR DOMException to be thrown.
38 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='NO_MODIFICATION_ALLOWED_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='NO_MODIFICATION_ALLOWED_ERR'])</a>
40 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-952280727')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NO_MODIFICATION_ALLOWED_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-952280727')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NO_MODIFICATION_ALLOWED_ERR'])</a>
82 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
noderemovechildnomodificationallowederrEE.java 32 * DOMException NO_MODIFICATION_ALLOWED_ERR to be raised
36 * This causes a NO_MODIFICATION_ALLOWED_ERR DOMException to be thrown.
38 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='NO_MODIFICATION_ALLOWED_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='NO_MODIFICATION_ALLOWED_ERR'])</a>
40 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-1734834066')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NO_MODIFICATION_ALLOWED_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-1734834066')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NO_MODIFICATION_ALLOWED_ERR'])</a>
81 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
nodereplacechildnomodificationallowederrEE.java 32 * DOMException NO_MODIFICATION_ALLOWED_ERR to be raised
36 * This causes a NO_MODIFICATION_ALLOWED_ERR DOMException to be thrown.
38 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='NO_MODIFICATION_ALLOWED_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='NO_MODIFICATION_ALLOWED_ERR'])</a>
40 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-785887307')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NO_MODIFICATION_ALLOWED_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-785887307')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NO_MODIFICATION_ALLOWED_ERR'])</a>
82 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
nodesetnodevaluenomodificationallowederrEE.java 32 * This causes a NO_MODIFICATION_ALLOWED_ERR DOMException to be thrown.
34 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='NO_MODIFICATION_ALLOWED_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='NO_MODIFICATION_ALLOWED_ERR'])</a>
36 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-F68D080')/setraises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NO_MODIFICATION_ALLOWED_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-F68D080')/setraises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NO_MODIFICATION_ALLOWED_ERR'])</a>
76 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
textsplittextnomodificationallowederrEE.java 32 * This causes a NO_MODIFICATION_ALLOWED_ERR DOMException to be thrown.
34 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='NO_MODIFICATION_ALLOWED_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='NO_MODIFICATION_ALLOWED_ERR'])</a>
36 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-38853C1D')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NO_MODIFICATION_ALLOWED_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-38853C1D')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NO_MODIFICATION_ALLOWED_ERR'])</a>
77 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
attrsetvaluenomodificationallowederr.java 32 * DOMException NO_MODIFICATION_ALLOWED_ERR to be raised
37 * This causes a NO_MODIFICATION_ALLOWED_ERR DOMException to be thrown.
40 * @see <a href="http://www.w3.org/TR/2000/WD-DOM-Level-1-20000929/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='NO_MODIFICATION_ALLOWED_ERR'])">http://www.w3.org/TR/2000/WD-DOM-Level-1-20000929/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='NO_MODIFICATION_ALLOWED_ERR'])</a>
42 * @see <a href="http://www.w3.org/TR/2000/WD-DOM-Level-1-20000929/level-one-core#xpointer(id('ID-221662474')/setraises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NO_MODIFICATION_ALLOWED_ERR'])">http://www.w3.org/TR/2000/WD-DOM-Level-1-20000929/level-one-core#xpointer(id('ID-221662474')/setraises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NO_MODIFICATION_ALLOWED_ERR'])</a>
103 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
113 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
attrremovechild1.java 32 * should result in an NO_MODIFICATION_ALLOWED_ERR DOMException.
35 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-1734834066')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NO_MODIFICATION_ALLOWED_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-1734834066')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NO_MODIFICATION_ALLOWED_ERR'])</a>
79 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
attrreplacechild1.java 32 * should result in an NO_MODIFICATION_ALLOWED_ERR DOMException.
35 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-785887307')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NO_MODIFICATION_ALLOWED_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-785887307')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NO_MODIFICATION_ALLOWED_ERR'])</a>
81 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
characterdataappenddatanomodificationallowederr.java 31 * The "appendData(arg)" method raises a NO_MODIFICATION_ALLOWED_ERR
36 * This causes a NO_MODIFICATION_ALLOWED_ERR DOMException to be thrown.
39 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='NO_MODIFICATION_ALLOWED_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='NO_MODIFICATION_ALLOWED_ERR'])</a>
41 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-32791A2F')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NO_MODIFICATION_ALLOWED_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-32791A2F')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NO_MODIFICATION_ALLOWED_ERR'])</a>
94 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
characterdataappenddatanomodificationallowederrEE.java 31 * Create an ent3 entity reference and call appendData on a text child, should thrown a NO_MODIFICATION_ALLOWED_ERR.
33 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='NO_MODIFICATION_ALLOWED_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='NO_MODIFICATION_ALLOWED_ERR'])</a>
35 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-32791A2F')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NO_MODIFICATION_ALLOWED_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-32791A2F')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NO_MODIFICATION_ALLOWED_ERR'])</a>
81 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
characterdatadeletedatanomodificationallowederr.java 31 * The "deleteData(offset,count)" method raises a NO_MODIFICATION_ALLOWED_ERR
36 * This causes a NO_MODIFICATION_ALLOWED_ERR DOMException to be thrown.
39 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='NO_MODIFICATION_ALLOWED_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='NO_MODIFICATION_ALLOWED_ERR'])</a>
41 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-7C603781')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NO_MODIFICATION_ALLOWED_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-7C603781')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NO_MODIFICATION_ALLOWED_ERR'])</a>
94 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
characterdatadeletedatanomodificationallowederrEE.java 31 * Create an ent3 entity reference and call deleteData on a text child, should thrown a NO_MODIFICATION_ALLOWED_ERR.
33 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='NO_MODIFICATION_ALLOWED_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='NO_MODIFICATION_ALLOWED_ERR'])</a>
35 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-7C603781')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NO_MODIFICATION_ALLOWED_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-7C603781')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NO_MODIFICATION_ALLOWED_ERR'])</a>
81 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
namednodemapsetnameditemns09.java 35 * raises a NO_MODIFICATION_ALLOWED_ERR if this map is readonly.
38 * for this documenttype. This should reaise a NO_MODIFICATION_ALLOWED_ERR.
88 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
98 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
namednodemapsetnameditemns05.java 36 * maps are for readonly node, a NO_MODIFICATION_ALLOWED_ERR should be raised.
95 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
105 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMException.idl 47 const unsigned short NO_MODIFICATION_ALLOWED_ERR = 7;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
__init__.py 49 NO_MODIFICATION_ALLOWED_ERR = 7
94 code = NO_MODIFICATION_ALLOWED_ERR
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
__init__.py 49 NO_MODIFICATION_ALLOWED_ERR = 7
94 code = NO_MODIFICATION_ALLOWED_ERR

Completed in 2692 milliseconds

1 2 3