Beispiel #1
0
 public virtual void Head(iText.StyledXmlParser.Jsoup.Nodes.Node node, int depth) {
     try {
         node.OuterHtmlHead(accum, depth, @out);
     }
     catch (System.IO.IOException exception) {
         throw new SerializationException(exception);
     }
 }