public void Tail(iText.StyledXmlParser.Jsoup.Nodes.Node node, int depth) { accum.Append("</" + node.NodeName() + ">"); }
public void Tail(iText.StyledXmlParser.Jsoup.Nodes.Node source, int depth) { if (source is iText.StyledXmlParser.Jsoup.Nodes.Element && this._enclosing.whitelist.IsSafeTag(source.NodeName ())) { this.destination = (iText.StyledXmlParser.Jsoup.Nodes.Element) this.destination.Parent(); } }