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 |
getWeight
public 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()
Selector
protected SelectorWeight createWeight()
createWeight
in class AbstractSelector