Searched defs:xmlStandalone (Results 1 - 3 of 3) sorted by relevance

/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/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.h338 bool xmlStandalone() const { return m_xmlStandalone == Standalone; } function in class:blink::Document

Completed in 1078 milliseconds