Searched refs:hasXMLDeclaration (Results 1 – 2 of 2) sorted by relevance
340 bool hasXMLDeclaration() const { return m_hasXMLDeclaration; } in hasXMLDeclaration() function345 …void setHasXMLDeclaration(bool hasXMLDeclaration) { m_hasXMLDeclaration = hasXMLDeclaration ? 1 : … in setHasXMLDeclaration() argument
329 if (!document.hasXMLDeclaration()) in appendXMLDeclaration()