Home
last modified time | relevance | path

Searched refs:xmlStandalone (Results 1 – 15 of 15) sorted by relevance

/external/webkit/LayoutTests/dom/xhtml/level3/core/
Ddocumentsetxmlstandalone02.js111 newDoc.xmlStandalone = false;
113 standalone = newDoc.xmlStandalone;
116 newDoc.xmlStandalone = true;
118 standalone = newDoc.xmlStandalone;
Ddocumentsetxmlstandalone01.js96 doc.xmlStandalone = true;
98 standalone = doc.xmlStandalone;
Ddocumentgetxmlstandalone03.js96 standalone = doc.xmlStandalone;
Ddocumentgetxmlstandalone01.js97 standalone = doc.xmlStandalone;
Ddocumentgetxmlstandalone04.js97 standalone = doc.xmlStandalone;
Ddocumentgetxmlstandalone02.js110 standalone = newDoc.xmlStandalone;
Ddocumentgetxmlstandalone05.js119 standalone = newDoc.xmlStandalone;
/external/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java1959 private boolean xmlStandalone; field in UnImplNode
1961 return xmlStandalone; in getXmlStandalone()
1964 public void setXmlStandalone(boolean xmlStandalone) throws DOMException { in setXmlStandalone() argument
1965 this.xmlStandalone = xmlStandalone; in setXmlStandalone()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java2199 private boolean xmlStandalone; field in DTMNodeProxy
2202 return xmlStandalone; in getXmlStandalone()
2205 public void setXmlStandalone(boolean xmlStandalone) throws DOMException { in setXmlStandalone() argument
2206 this.xmlStandalone = xmlStandalone; in setXmlStandalone()
/external/webkit/Source/WebKit/chromium/src/
DWebPageSerializerImpl.cpp179 if (param->document->xmlStandalone()) in preActionBeforeSerializeOpenTag()
/external/webkit/Source/WebCore/dom/
DDocument.idl73 attribute boolean xmlStandalone
DDocument.h366 bool xmlStandalone() const { return m_xmlStandalone; } in xmlStandalone() function
/external/webkit/Source/WebCore/bindings/objc/
DPublicDOMInterfaces.h97 @property BOOL xmlStandalone AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
/external/webkit/Source/WebCore/
DChangeLog-2006-12-319333 Implement XMLDocument properties xmlEncoding, xmlVersion, xmlStandalone
9342 (WebCore::Document::xmlStandalone):
9357 Added WK_ucfirst to properly uppercase xmlVersion and xmlStandalone.
DChangeLog-2005-12-1926210 (DocumentImpl::xmlStandalone):