ICssNode public interface ICssNode : IStyleFormattable Represents a node in the CSSOM. Documentation Code IEnumerable<ICssNode> Children { get; } Gets the children of this node. TextView SourceCode { get; } Gets the original source code, if any.