org.w3c.flute.parser.selectors

Class PseudoElementSelectorImpl

Implemented Interfaces:
ElementSelector

public class PseudoElementSelectorImpl
extends java.lang.Object
implements ElementSelector

Constructor Summary

PseudoElementSelectorImpl(String localName)
Creates a new ElementSelectorImpl

Method Summary

String
getLocalName()
Returns the local part of the qualified name of this element.
String
getNamespaceURI()
Returns the namespace URI of this element selector.
short
getSelectorType()
An integer indicating the type of Selector

Constructor Details

PseudoElementSelectorImpl

public PseudoElementSelectorImpl(String localName)
Creates a new ElementSelectorImpl

Method Details

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