DocumentFragment public sealed class DocumentFragment : Node, IDocumentFragment, INode, IQueryElements Documentation Code public DocumentFragment Append(Node[] nodes) public HTMLCollection GetElementsByClassName(string classNames) public HTMLCollection GetElementsByTagName(string tagName) public HTMLCollection GetElementsByTagNameNS(string namespaceURI, string tagName) public DocumentFragment Prepend(Node[] nodes) public Element QuerySelector(string selectors) public HTMLCollection QuerySelectorAll(string selectors)