Package edu.utexas.its.eis.tools.qwicap.template.css

Class Summary
CSSPatterns CSSPatterns represents one or more CSS2 patterns.
Results The Results class exists to store references to the XML markup elements selected by CSS2 pattern searches, as well as references to the markup elements affected by the various operations that modify XML markup, such as the insert, delete, and duplicate operations which Results supplies.
ResultsEnumerator Deprecated. The Match objects in a Results object can be accessed by using Results.iterator(), or by using the Results object as the subject of a "for-each" loop.