Searched defs:nodes (Results 1 – 5 of 5) sorted by relevance
374 function addClassToElements(nodes, conditionFn, classToAdd, actionLog) { argument392 function transformBlockElements(nodes, docWidth, actionLog) { argument416 function transformImages(nodes, docWidth, actionLog) { argument
6 private java.util.Stack<Node> nodes; field in JJTAddressListParserState
61 private List<HtmlDocument.Node> nodes; field in HtmlParser252 List<HtmlDocument.Node> nodes) { in coalesceTextNodes()
42 private final List<Node> nodes; field in HtmlDocument48 public HtmlDocument(List<Node> nodes) { in HtmlDocument()1167 private final List<Node> nodes = new ArrayList<Node>(); field in HtmlDocument.Builder
102 private final List<HtmlDocument.Node> nodes = new ArrayList<HtmlDocument.Node>(); field in HtmlTree