W3C logo

org.w3c.flute.parser.selectors
Class PseudoElementSelectorImpl

java.lang.Object
  |
  +--org.w3c.flute.parser.selectors.PseudoElementSelectorImpl
All Implemented Interfaces:
org.w3c.css.sac.ElementSelector, org.w3c.css.sac.Selector, org.w3c.css.sac.SimpleSelector

public class PseudoElementSelectorImpl
extends java.lang.Object
implements org.w3c.css.sac.ElementSelector
Version:
$Revision: 1.1 $

Fields inherited from interface org.w3c.css.sac.Selector
SAC_ANY_NODE_SELECTOR, SAC_CDATA_SECTION_NODE_SELECTOR, SAC_CHILD_SELECTOR, SAC_COMMENT_NODE_SELECTOR, SAC_CONDITIONAL_SELECTOR, SAC_DESCENDANT_SELECTOR, SAC_DIRECT_ADJACENT_SELECTOR, SAC_ELEMENT_NODE_SELECTOR, SAC_NEGATIVE_SELECTOR, SAC_PROCESSING_INSTRUCTION_NODE_SELECTOR, SAC_PSEUDO_ELEMENT_SELECTOR, SAC_ROOT_NODE_SELECTOR, SAC_TEXT_NODE_SELECTOR
 
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

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.

Specified by:
getLocalName in interface org.w3c.css.sac.ElementSelector

getNamespaceURI

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

NULL if this element selector can match any namespace.

Specified by:
getNamespaceURI in interface org.w3c.css.sac.ElementSelector

getSelectorType

public short getSelectorType()
An integer indicating the type of Selector
Specified by:
getSelectorType in interface org.w3c.css.sac.Selector


Copyright © 2002 W3C® (MIT, INRIA, Keio), All Rights Reserved. W3C liability, trademark, document use and software licensing rules apply. Your interactions with this site are in accordance with our public and Member privacy statements.