org.jfree.layouting.input.style.selectors

Class CSSElementSelector

public class CSSElementSelector extends AbstractSelector implements ElementSelector

Creation-Date: 30.11.2005, 16:02:27

Author: Thomas Morgner

Constructor Summary
CSSElementSelector(short selectorType, String namespace, String localName)
Method Summary
protected SelectorWeightcreateWeight()
StringgetLocalName()
Returns the local part of the qualified name of this element.
StringgetNamespaceURI()
Returns the namespace URI of this element selector.
shortgetSelectorType()
An integer indicating the type of Selector

Constructor Detail

CSSElementSelector

public CSSElementSelector(short selectorType, String namespace, String localName)

Method Detail

createWeight

protected SelectorWeight createWeight()

getLocalName

public String getLocalName()
Returns the local part of the qualified name of this element.

NULL if this element selector can match any element.

getNamespaceURI

public String getNamespaceURI()
Returns the namespace URI of this element selector.

NULL if this element selector can match any namespace.

getSelectorType

public short getSelectorType()
An integer indicating the type of Selector