Searched refs:fillChildren (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/binary/
H A DBinaryPattern.java98 public final void fillChildren( Collection col ) { method in class:BinaryPattern
99 fillChildren(getClass(),p1,col);
100 fillChildren(getClass(),p2,col);
104 * Same as {@link #fillChildren(Collection)} but returns an array.
108 fillChildren(lst);
112 private void fillChildren( Class c, Pattern p, Collection col ) { method in class:BinaryPattern
115 bp.fillChildren(c,bp.p1,col);
116 bp.fillChildren(c,bp.p2,col);

Completed in 28 milliseconds