Exemplo n.º 1
0
 private void appendSimpleSelectorTail(SimpleSelector selector) {
   List<ElementSubsequent> allChilds = selector.getSubsequent();
   for (ElementSubsequent astCssNode : allChilds) {
     append(astCssNode);
   }
 }