Exemple #1
0
        public Document(string html)
        {
            root = NewNode("html");

            // todo: parser
        }