org.jsoup.select
Interface NodeVisitor


public interface NodeVisitor

Node visitor interface


Method Summary
 void head(Node node, int depth)
           
 void tail(Node node, int depth)
           
 

Method Detail

head

void head(Node node,
          int depth)

tail

void tail(Node node,
          int depth)


Copyright © 2009-2010 Jonathan Hedley. All Rights Reserved.