результирующий XML:
<?xml version="1.0" encoding="UTF-8"?>
<first>
	<!--it’s a comment-->
	<second>
		some string
	</second>
	<!--it’s a comment-->
	<second>
		<![CDATA[need CDATA because of <second>]]>
	</second>
	<!--it’s a comment-->
	<second/>
	<third>
		second2
	</third>
	<forth>
		<!--it’s a comment-->
		<second>
			some string
		</second>
		<!--it’s a comment-->
		<second>
			<![CDATA[need CDATA because of <second>]]>
		</second>
	</forth>
	<fifth>
		<![CDATA[need CDATA because of "]]>
	</fifth>
</first>
standalone="yes" не стал, хотя document.setXmlStandalone(true); использовал.