public class CSSElementSelector extends AbstractSelector
| Constructor and Description |
|---|
CSSElementSelector(short selectorType,
java.lang.String namespace,
java.lang.String localName) |
| Modifier and Type | Method and Description |
|---|---|
protected SelectorWeight |
createWeight() |
java.lang.String |
getLocalName()
Returns the local
part of the qualified
name of this element.
|
java.lang.String |
getNamespaceURI()
Returns the namespace
URI of this element selector.
|
short |
getSelectorType()
An integer indicating the type of
Selector |
getWeightpublic CSSElementSelector(short selectorType,
java.lang.String namespace,
java.lang.String localName)
public java.lang.String getNamespaceURI()
NULL if this element
selector can match any namespace.
public java.lang.String getLocalName()
NULL if this element selector can
match any element.
public short getSelectorType()
Selectorprotected SelectorWeight createWeight()
createWeight in class AbstractSelector