org.w3c.flute.parser.selectors

Class ElementSelectorImpl

public class ElementSelectorImpl extends Object implements ElementSelector

Version: $Revision: 1.1.1.1 $

Author: Philippe Le Hegaret

Constructor Summary
ElementSelectorImpl(String localName)
Creates a new ElementSelectorImpl
Method Summary
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

ElementSelectorImpl

public ElementSelectorImpl(String localName)
Creates a new ElementSelectorImpl

Method Detail

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