Exemplo n.º 1
0
        internal SecurityElement GetTopElement()
        {
            if (!ParsedSuccessfully())
            {
                throw new XmlSyntaxException(_t.LineNo);
            }

            return(_doc.GetRootElement());
        }
Exemplo n.º 2
0
 internal SecurityElement GetTopElement()
 {
     return(_doc.GetRootElement());
 }