org.w3c.flute.parser.selectors

Class PseudoElementSelectorImpl

public class PseudoElementSelectorImpl extends Object implements ElementSelector

Version: $Revision: 6653 $

Author: Philippe Le Hegaret

Field Summary
StringlocalName
Constructor Summary
PseudoElementSelectorImpl(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

Field Detail

localName

String localName

Constructor Detail

PseudoElementSelectorImpl

public PseudoElementSelectorImpl(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