Home | History | Annotate | Download | only in impl

Lines Matching refs:_children

220         private List<Node> _children;
228 _children = children;
247 if (_children == null) {
255 for (Node child : _children) {
275 if (_children == null) {
276 _children = new LinkedList<Node>();
278 _children.add(child);
283 ListIterator<Node> litr = _children.listIterator();
344 Node child = new Node(childText, _values, _children);
347 _children = new LinkedList<Node>();
348 _children.add(child);