Searched refs:xmlStandalone (Results 1 – 15 of 15) sorted by relevance
111 newDoc.xmlStandalone = false;113 standalone = newDoc.xmlStandalone;116 newDoc.xmlStandalone = true;118 standalone = newDoc.xmlStandalone;
96 doc.xmlStandalone = true;98 standalone = doc.xmlStandalone;
96 standalone = doc.xmlStandalone;
97 standalone = doc.xmlStandalone;
110 standalone = newDoc.xmlStandalone;
119 standalone = newDoc.xmlStandalone;
1959 private boolean xmlStandalone; field in UnImplNode1961 return xmlStandalone; in getXmlStandalone()1964 public void setXmlStandalone(boolean xmlStandalone) throws DOMException { in setXmlStandalone() argument1965 this.xmlStandalone = xmlStandalone; in setXmlStandalone()
2199 private boolean xmlStandalone; field in DTMNodeProxy2202 return xmlStandalone; in getXmlStandalone()2205 public void setXmlStandalone(boolean xmlStandalone) throws DOMException { in setXmlStandalone() argument2206 this.xmlStandalone = xmlStandalone; in setXmlStandalone()
179 if (param->document->xmlStandalone()) in preActionBeforeSerializeOpenTag()
73 attribute boolean xmlStandalone
366 bool xmlStandalone() const { return m_xmlStandalone; } in xmlStandalone() function
97 @property BOOL xmlStandalone AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
9333 Implement XMLDocument properties xmlEncoding, xmlVersion, xmlStandalone9342 (WebCore::Document::xmlStandalone):9357 Added WK_ucfirst to properly uppercase xmlVersion and xmlStandalone.
26210 (DocumentImpl::xmlStandalone):