org.jfree.layouting.input.style.selectors
public class CSSElementSelector extends AbstractSelector implements ElementSelector
Constructor Summary | |
---|---|
CSSElementSelector(short selectorType, String namespace, String localName) |
Method Summary | |
---|---|
protected SelectorWeight | createWeight() |
String | getLocalName()
Returns the local
part of the qualified
name of this element. |
String | getNamespaceURI()
Returns the namespace
URI of this element selector. |
short | getSelectorType() An integer indicating the type of Selector |
NULL
if this element selector can
match any element.
NULL
if this element
selector can match any namespace.
Selector