ETXMLDeclaration class documentation
ETXMLDeclaration : ETXMLNodeOverview
The ETXMLDeclaration is a ETXMLNode representing the XML header in a form of <?xml version="1.0" encoding="UTF-8" ?>. It only take attributes of 'version', 'encoding', 'standalone' and without any CDATA. NOTE: ETXMLParser does not generate ETXMLDeclaration node. This node is only used for build ETXMLNode tree and write out a string of XML document or serves as a root for ETXMLParser.