HomeSort by relevance Sort by last modified time
    Searched refs:XML (Results 76 - 100 of 217) sorted by null

1 2 34 5 6 7 8 9

  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodegetfeature12.js 119 isSupported = node.isSupported("XML",nullVersion);
120 featureImpl = node.getFeature("XML",nullVersion);
nodegetfeature13.js 119 isSupported = node.isSupported("XML",nullVersion);
120 featureImpl = node.getFeature("XML",nullVersion);
attrisid03.js 95 var xmlNS = "http://www.w3.org/XML/1998/namespace";
104 acronymElem.setAttributeNS(xmlNS,"xml:lang","FR-fr");
attrisid06.js 96 attr = doc.createAttributeNS("http://www.w3.org/XML/1998/namespace","xml:lang");
documentgetxmlencoding01.js 78 Call the getXmlEncoding method on a UTF-8 encoded XML document in which the encoding pseudo
documentgetxmlencoding04.js 78 Call the getXmlEncoding method on a UTF-8 encoded XML document that does not contain
documentgetxmlstandalone03.js 78 The value of the standalone attribute for an XML document with the standalone="no"
documentgetxmlversion01.js 78 Check if the value of the version attribute in the XML declaration of this document
79 obtained by parsing staffNS.xml is "1.0".
documentgetxmlversion02.js 78 Check if the value of the version attribute in the XML declaration of a new document
documentgetxmlversion03.js 78 Check if the value of the version attribute in a XML document without a XMLDecl is
documentrenamenode29.js 79 with a name that contains an invalid XML 1.0 character and check if a INVALID_CHARACTER_ERR
documentsetxmlversion02.js 78 Set the value of the version attribute of the XML declaration of a new document to "1.0"
documentsetxmlversion03.js 78 Set the value of the version attribute of the XML declaration of a new document to "1.0"
nodecomparedocumentposition11.js 102 newAttr = doc.createAttributeNS("http://www.w3.org/XML/1998/namespace","xml:lang");
nodeinsertbefore03.js 100 newAttr = doc.createAttributeNS("http://www.w3.org/XML/1998/namespace","xml:lang");
nodeisequalnode19.js 102 attr1 = doc.createAttributeNS("http://www.w3.org/XML/1998/namespace","lang");
nodelookupnamespaceuri16.js 101 attr = doc.createAttributeNS("http://www.w3.org/XML/1998/namespace","xml:lang");
103 namespaceURI = attr.lookupNamespaceURI("xml");
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/resources/
ResourceHelperTest.java 169 assertFalse(ResourceHelper.canCreateResourceType(ResourceType.XML));
  /external/webkit/LayoutTests/fast/dom/DOMImplementation/script-tests/
createDocumentType-err.js 49 { args: ["a:b:c", null, null], code: 14, message: "valid XML name, invalid QName" },
  /external/webkit/Source/WebCore/loader/
TextResourceDecoder.cpp 289 return XML;
295 // Despite 8.5 "Text/xml with Omitted Charset" of RFC 3023, we assume UTF-8 instead of US-ASCII
296 // for text/xml. This matches Firefox.
297 if (contentType == XML)
328 // When encoding comes from meta tag (i.e. it cannot be XML files sent via XHR),
538 // Is there enough data available to check for XML declaration?
542 // Handle XML declaration, which can have encoding in it. This encoding is honored even for HTML documents.
543 // It is an error for an XML declaration not to be at the start of an XML document, and it is ignored in HTML documents in such case.
550 // No need for +1, because we have an extra "?" to lose at the end of XML declaration
    [all...]
  /external/expat/
Makefile.in 177 tests/benchmark/benchmark@EXEEXT@ -n $(top_srcdir)/../testdata/largefiles/recset.xml 65535 3
181 http://www.w3.org/XML/Test/xmlts20080827.zip
183 tests/XML-Test-Suite: tests/xmlts.zip
186 run-xmltest: xmlwf/xmlwf@EXEEXT@ tests/XML-Test-Suite
  /external/webkit/LayoutTests/dom/html/level1/core/
documentinvalidcharacterexceptioncreateentref.js 42 checkFeature("XML", null);
documentinvalidcharacterexceptioncreateentref1.js 42 checkFeature("XML", null);
documentinvalidcharacterexceptioncreatepi.js 42 checkFeature("XML", null);
documentinvalidcharacterexceptioncreatepi1.js 42 checkFeature("XML", null);

Completed in 371 milliseconds

1 2 34 5 6 7 8 9