Searched refs:xmlVersion (Results 1 - 25 of 27) sorted by relevance

12

/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Ddocumentsetxmlversion02.js111 newDoc.xmlVersion = "1.0";
113 versionValue = newDoc.xmlVersion;
H A Ddocumentsetxmlversion03.js111 newDoc.xmlVersion = "1.1";
113 versionValue = newDoc.xmlVersion;
H A Ddocumentgetxmlversion01.js96 versionValue = doc.xmlVersion;
H A Ddocumentgetxmlversion03.js96 versionValue = doc.xmlVersion;
H A Dcanonicalform06.js118 doc.xmlVersion = "1.1";
135 doc.xmlVersion = "1.0";
H A Dinfoset06.js117 doc.xmlVersion = "1.1";
134 doc.xmlVersion = "1.0";
H A Dinfoset07.js118 doc.xmlVersion = "1.1";
135 doc.xmlVersion = "1.0";
H A Dwellformed01.js117 doc.xmlVersion = "1.1";
134 doc.xmlVersion = "1.0";
H A Dwellformed02.js113 doc.xmlVersion = "1.1";
130 doc.xmlVersion = "1.0";
H A Dwellformed03.js118 doc.xmlVersion = "1.1";
135 doc.xmlVersion = "1.0";
H A Dwellformed04.js117 doc.xmlVersion = "1.1";
133 doc.xmlVersion = "1.0";
H A Ddocumentgetxmlversion02.js111 versionValue = newDoc.xmlVersion;
H A Ddocumentsetxmlversion05.js114 newDoc.xmlVersion = "-";
H A Dentitygetxmlversion01.js104 entityVersion = entity.xmlVersion;
H A Dentitygetxmlversion02.js104 entityVersion = entity.xmlVersion;
H A Dentitygetxmlversion03.js79 Check that the value of Entity.xmlVersion on an external entity without
107 entityVersion = entity.xmlVersion;
H A Dentitygetxmlversion04.js79 Check that the value of Entity.xmlVersion on an external entity with
107 entityVersion = entity.xmlVersion;
H A Ddocumentsetxmlversion01.js132 doc.xmlVersion = versionValue;
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToXMLStream.java617 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;
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DUnImplNode.java1968 private String xmlVersion; field in class:UnImplNode
1970 return xmlVersion;
1973 public void setXmlVersion(String xmlVersion) throws DOMException { argument
1974 this.xmlVersion = xmlVersion;
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DLSSerializerImpl.java908 // Serializer serializer = getXMLSerializer(xmlVersion);
915 String xmlVersion = getXMLVersion(nodeArg);
939 serializer.getOutputFormat().setProperty("version", xmlVersion);
942 fDOMConfigProperties.setProperty(DOMConstants.S_XERCES_PROPERTIES_NS + DOMConstants.S_XML_VERSION, xmlVersion);
1123 String xmlVersion = getXMLVersion(nodeArg);
1125 serializer.getOutputFormat().setProperty("version", xmlVersion);
1128 fDOMConfigProperties.setProperty(DOMConstants.S_XERCES_PROPERTIES_NS + DOMConstants.S_XML_VERSION, xmlVersion);
1220 String xmlVersion = getXMLVersion(nodeArg);
1229 serializer.getOutputFormat().setProperty("version", xmlVersion);
1232 fDOMConfigProperties.setProperty(DOMConstants.S_XERCES_PROPERTIES_NS + DOMConstants.S_XML_VERSION, xmlVersion);
[all...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeProxy.java2209 private String xmlVersion; field in class:DTMNodeProxy
2212 return xmlVersion;
2215 public void setXmlVersion(String xmlVersion) throws DOMException { argument
2216 this.xmlVersion = xmlVersion;
/external/webkit/Source/WebKit/chromium/src/
H A DWebPageSerializerImpl.cpp176 result.append(param->document->xmlVersion());
/external/webkit/Source/WebCore/dom/
H A DDocument.idl71 attribute [ConvertNullStringTo=Null, ConvertNullToNullString] DOMString xmlVersion
H A DDocument.h365 String xmlVersion() const { return m_xmlVersion; } function in class:WebCore::Document

Completed in 2759 milliseconds

12