Searched refs:xmlStandalone (Results 1 - 13 of 13) sorted by relevance

/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Ddocumentsetxmlstandalone02.js111 newDoc.xmlStandalone = false;
113 standalone = newDoc.xmlStandalone;
116 newDoc.xmlStandalone = true;
118 standalone = newDoc.xmlStandalone;
H A Ddocumentsetxmlstandalone01.js96 doc.xmlStandalone = true;
98 standalone = doc.xmlStandalone;
H A Ddocumentgetxmlstandalone01.js78 Retreive the xmlStandalone attribute of a document for which standalone was not specified, this
97 standalone = doc.xmlStandalone;
H A Ddocumentgetxmlstandalone03.js96 standalone = doc.xmlStandalone;
H A Ddocumentgetxmlstandalone04.js97 standalone = doc.xmlStandalone;
H A Ddocumentgetxmlstandalone02.js110 standalone = newDoc.xmlStandalone;
H A Ddocumentgetxmlstandalone05.js119 standalone = newDoc.xmlStandalone;
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DUnImplNode.java1959 private boolean xmlStandalone; field in class:UnImplNode
1961 return xmlStandalone;
1964 public void setXmlStandalone(boolean xmlStandalone) throws DOMException { argument
1965 this.xmlStandalone = xmlStandalone;
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeProxy.java2199 private boolean xmlStandalone; field in class:DTMNodeProxy
2202 return xmlStandalone;
2205 public void setXmlStandalone(boolean xmlStandalone) throws DOMException { argument
2206 this.xmlStandalone = xmlStandalone;
/external/webkit/Source/WebKit/chromium/src/
H A DWebPageSerializerImpl.cpp179 if (param->document->xmlStandalone())
/external/webkit/Source/WebCore/dom/
H A DDocument.idl73 attribute boolean xmlStandalone
H A DDocument.h366 bool xmlStandalone() const { return m_xmlStandalone; } function in class:WebCore::Document
/external/webkit/Source/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h97 @property BOOL xmlStandalone AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;

Completed in 167 milliseconds