Uses of Class
com.sun.javatest.util.HelpTree.Selection
-
Packages that use HelpTree.Selection Package Description com.sun.javatest.util This package contains utility classes provided in support of the Javatest test harness. -
-
Uses of HelpTree.Selection in com.sun.javatest.util
Methods in com.sun.javatest.util that return HelpTree.Selection Modifier and Type Method Description HelpTree.Selection
HelpTree. find(java.lang.String... words)
Get a selection representing the nodes that match the given words.HelpTree.Selection
HelpTree. findAll(java.lang.String... words)
Get a selection representing the nodes that match all of the given words.HelpTree.Selection
HelpTree. findAny(java.lang.String... words)
Get a selection representing the nodes that each match at least one of the given words.Methods in com.sun.javatest.util with parameters of type HelpTree.Selection Modifier and Type Method Description void
HelpTree. write(java.io.Writer out, HelpTree.Selection s)
Write out selected nodes in this HelpTree.
-