org.w3c.flute.parser.selectors
Class PseudoElementSelectorImpl

java.lang.Object
  extended by org.w3c.flute.parser.selectors.PseudoElementSelectorImpl

public class PseudoElementSelectorImpl
extends java.lang.Object


Constructor Summary
PseudoElementSelectorImpl(java.lang.String localName)
          Creates a new ElementSelectorImpl
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PseudoElementSelectorImpl

public PseudoElementSelectorImpl(java.lang.String localName)
Creates a new ElementSelectorImpl

Method Detail

getSelectorType

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


getNamespaceURI

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

NULL if this element selector can match any namespace.


getLocalName

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

NULL if this element selector can match any element.