|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.utexas.its.eis.tools.qwicap.template.css.CSSPatterns
public final class CSSPatterns
CSSPatterns
represents one or more CSS2 patterns.
Constructor Summary | |
---|---|
CSSPatterns(String PatternStr)
Creates a CSSPatterns object from a string containing a comma-separated list of
CSS2 patterns. |
Method Summary | |
---|---|
Namespace |
getDefaultNamespace()
|
Namespace |
getNamespaceForPrefix(String NsPrefix)
|
Results |
search(MarkupEnumeration Enumerator)
Searches the markup supplied by a MarkupEnumeration object for elements that match any of the
patterns represented by this object. |
Results |
search(MarkupEnumeration Enumerator,
Results DestResults)
Searches the markup supplied by a MarkupEnumeration object for elements that match any of the
patterns represented by this object. |
String |
toString()
Recreates the string representation of this CSS2 pattern list. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CSSPatterns(String PatternStr)
CSSPatterns
object from a string containing a comma-separated list of
CSS2 patterns.
PatternStr
- A comma-separated list of CSS2 patterns. If there is no comma in the string, it is assumed
that it contains only one pattern, which is perfectly acceptable.Method Detail |
---|
public String toString()
toString
in class Object
public Namespace getDefaultNamespace()
public Namespace getNamespaceForPrefix(String NsPrefix)
public Results search(MarkupEnumeration Enumerator)
MarkupEnumeration
object for elements that match any of the
patterns represented by this object.
Enumerator
- A MarkupEnumeration
that will supply the markup to be searched.
Results
object containing the search results.public Results search(MarkupEnumeration Enumerator, Results DestResults)
MarkupEnumeration
object for elements that match any of the
patterns represented by this object.
Enumerator
- A MarkupEnumeration
that will supply the markup to be searched.DestResults
- The results of this search will be added to this Results
object. If
null
, a new Results
object is created.
Results
object to which the search results were added.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |