HomeSort by relevance Sort by last modified time
    Searched refs:INVALID_CHARACTER_ERR (Results 26 - 50 of 59) sorted by null

12 3

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
documentinvalidcharacterexceptioncreatepi1.java 31 * Creating a processing instruction with an empty target should cause an INVALID_CHARACTER_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='INVALID_CHARACTER_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='INVALID_CHARACTER_ERR'])</a>
35 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-135944439')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INVALID_CHARACTER_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-135944439')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INVALID_CHARACTER_ERR'])</a>
85 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
documentcreateattributeNS03.java 47 * The method createAttributeNS raises an INVALID_CHARACTER_ERR if the specified
52 * INVALID_CHARACTER_ERR was thrown.
104 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
domimplementationcreatedocumenttype04.java 47 * The method createDocumentType should raise a INVALID_CHARACTER_ERR if the qualifiedName
51 * Check if an INVALID_CHARACTER_ERR is raised in each case.
110 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
elementsetattributens04.java 34 * The method setAttributeNS adds a new attribute and raises a INVALID_CHARACTER_ERR if
38 * INVALID_CHARACTER_ERR was thrown.
90 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
prefix06.java 35 * INVALID_CHARACTER_ERR DOMException if the specified
43 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-258A00AF')/constant[@name='INVALID_CHARACTER_ERR'])">http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-258A00AF')/constant[@name='INVALID_CHARACTER_ERR'])</a>
45 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-NodeNSPrefix')/setraises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INVALID_CHARACTER_ERR'])">http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-NodeNSPrefix')/setraises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INVALID_CHARACTER_ERR'])</a>
87 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
createAttributeNS03.java 35 * Document should raise INVALID_CHARACTER_ERR DOMException
40 * Method should raise INVALID_CHARACTER_ERR DOMException for all
45 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-DocCrAttrNS')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INVALID_CHARACTER_ERR'])">http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-DocCrAttrNS')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INVALID_CHARACTER_ERR'])</a>
111 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
createDocument05.java 35 * DOMImplementation should raise INVALID_CHARACTER_ERR DOMException
41 * illegalChars[]. Method should raise INVALID_CHARACTER_ERR DOMException
116 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
createDocumentType02.java 35 * DOMImplementation should raise INVALID_CHARACTER_ERR DOMException if
40 * from illegalChars[]. Method should raise INVALID_CHARACTER_ERR
45 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('Level-2-Core-DOM-createDocType')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INVALID_CHARACTER_ERR'])">http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('Level-2-Core-DOM-createDocType')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INVALID_CHARACTER_ERR'])</a>
115 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
createElementNS03.java 35 * Document should raise INVALID_CHARACTER_ERR DOMException if
40 * Method should raise INVALID_CHARACTER_ERR DOMException for all characters
45 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-DocCrElNS')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INVALID_CHARACTER_ERR'])">http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-DocCrElNS')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INVALID_CHARACTER_ERR'])</a>
113 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DocumentCreateElementNS.java 92 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
CreateAttributeNS.java 139 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
CreateDocumentType.java 150 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
CreateElementNS.java 158 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
NodeSetPrefix.java 261 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
CreateDocument.java 214 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
DocumentCreateAttributeNS.java 166 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
ElementSetAttributeNS.java 143 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
Prefix.java 156 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
SetAttributeNS.java 35 * INVALID_CHARACTER_ERR DOMException if the specified prefix contains an
44 * href="http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-258A00AF')/constant[@name='INVALID_CHARACTER_ERR'])">http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-258A00AF')/constant[@name='INVALID_CHARACTER_ERR'])</a>
48 * href="http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-ElSetAttrNS')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INVALID_CHARACTER_ERR'])">http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-ElSetAttrNS')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INVALID_CHARACTER_ERR'])</a>
95 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
NodeImpl.java 241 throw new DOMException(DOMException.INVALID_CHARACTER_ERR, qualifiedName);
283 throw new DOMException(DOMException.INVALID_CHARACTER_ERR, name);
286 throw new DOMException(DOMException.INVALID_CHARACTER_ERR, name);
  /external/chromium_org/chrome/browser/resources/standalone/
standalone_hack.js 260 'INVALID_CHARACTER_ERR',
  /external/chromium/chrome/browser/resources/touch_ntp/standalone/
standalone_hack.js 459 'INVALID_CHARACTER_ERR',
  /prebuilts/tools/common/m2/internal/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 
  /prebuilts/tools/common/m2/internal/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar 
  /cts/suite/pts/deviceTests/browserbench/assets/octane/
mandreel.js     [all...]

Completed in 1074 milliseconds

12 3