Ejemplo n.º 1
0
        public bool WriteXmlDoc(string xmlDoc)
        {
            InitializeNeedsNewLine();
            bool res = XmlDocRenderer.WriteXmlDoc(this, xmlDoc);

            needsNewLine = false;
            return(res);
        }