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

1 2

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToXMLStream.java 617 String xmlVersion = getVersion();
618 if(xmlVersion == null || xmlVersion.equals(XMLVERSION10))
620 xmlVersion = XMLVERSION10;
622 else if(xmlVersion.equals(XMLVERSION11))
624 xmlVersion = XMLVERSION11;
629 MsgKey.ER_XML_VERSION_NOT_SUPPORTED,new Object[]{ xmlVersion });
642 xmlVersion = XMLVERSION10;
644 return xmlVersion;
  /libcore/luni/src/main/java/org/w3c/dom/
Document.java 83 * <code>Document.xmlVersion</code> attribute.
134 * <code>Document.xmlVersion</code> attribute.
155 * <code>Document.xmlVersion</code> attribute.
182 * <code>Document.xmlVersion</code> attribute.
307 * <code>Document.xmlVersion</code> attribute. This may happen when
361 * version in use specified in the <code>Document.xmlVersion</code>
431 * version in use specified in the <code>Document.xmlVersion</code>
533 * with parameter values "XMLVersion" and "1.0" (respectively) to
536 * "XMLVersion" and "1.1" (respectively) to determine if an
540 * objects supporting a version of the "XMLVersion" feature must no
    [all...]
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
documentsetxmlversion02.js 111 newDoc.xmlVersion = "1.0";
113 versionValue = newDoc.xmlVersion;
documentsetxmlversion03.js 111 newDoc.xmlVersion = "1.1";
113 versionValue = newDoc.xmlVersion;
entitygetxmlversion03.js 79 Check that the value of Entity.xmlVersion on an external entity without
107 entityVersion = entity.xmlVersion;
entitygetxmlversion04.js 79 Check that the value of Entity.xmlVersion on an external entity with
107 entityVersion = entity.xmlVersion;
canonicalform06.js 118 doc.xmlVersion = "1.1";
135 doc.xmlVersion = "1.0";
infoset06.js 117 doc.xmlVersion = "1.1";
134 doc.xmlVersion = "1.0";
infoset07.js 118 doc.xmlVersion = "1.1";
135 doc.xmlVersion = "1.0";
wellformed01.js 117 doc.xmlVersion = "1.1";
134 doc.xmlVersion = "1.0";
wellformed02.js 113 doc.xmlVersion = "1.1";
130 doc.xmlVersion = "1.0";
wellformed03.js 118 doc.xmlVersion = "1.1";
135 doc.xmlVersion = "1.0";
wellformed04.js 117 doc.xmlVersion = "1.1";
133 doc.xmlVersion = "1.0";
documentgetxmlversion01.js 96 versionValue = doc.xmlVersion;
documentgetxmlversion02.js 111 versionValue = newDoc.xmlVersion;
documentgetxmlversion03.js 96 versionValue = doc.xmlVersion;
entitygetxmlversion01.js 104 entityVersion = entity.xmlVersion;
entitygetxmlversion02.js 104 entityVersion = entity.xmlVersion;
documentsetxmlversion01.js 132 doc.xmlVersion = versionValue;
documentsetxmlversion05.js 114 newDoc.xmlVersion = "-";
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DocumentImpl.java 60 private String xmlVersion = "1.0";
452 return xmlVersion;
455 public void setXmlVersion(String xmlVersion) {
456 this.xmlVersion = xmlVersion;
  /external/apache-xml/src/main/java/org/apache/xml/utils/
UnImplNode.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
LSSerializerImpl.java     [all...]
  /packages/apps/Mms/src/com/android/mms/dom/
DocumentImpl.java 164 public void setXmlVersion(String xmlVersion) throws DOMException {}
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java     [all...]

Completed in 1308 milliseconds

1 2