org.w3c.flute.parser.selectors
Class PseudoClassConditionImpl

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

public class PseudoClassConditionImpl
extends java.lang.Object


Constructor Summary
PseudoClassConditionImpl(java.lang.String value)
          Creates a new AttributeConditionImpl
 
Method Summary
 short getConditionType()
          An integer indicating the type of Condition.
 java.lang.String getLocalName()
          Returns the local part of the qualified name of this attribute.
 java.lang.String getNamespaceURI()
          Returns the namespace URI of this attribute condition.
 boolean getSpecified()
          Returns true if the attribute must have an explicit value in the original document, false otherwise.
 java.lang.String getValue()
          Returns the value of the attribute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PseudoClassConditionImpl

public PseudoClassConditionImpl(java.lang.String value)
Creates a new AttributeConditionImpl

Method Detail

getConditionType

public short getConditionType()
An integer indicating the type of Condition.


getNamespaceURI

public java.lang.String getNamespaceURI()
Returns the namespace URI of this attribute condition.

NULL if :


getLocalName

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

NULL if :


getSpecified

public boolean getSpecified()
Returns true if the attribute must have an explicit value in the original document, false otherwise.


getValue

public java.lang.String getValue()
Returns the value of the attribute. If this attribute is a class or a pseudo class attribute, you'll get the class name (or psedo class name) without the '.' or ':'.