|
|||||||||
| Home >> All >> org >> w3c >> flute >> parser >> [ selectors overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.w3c.flute.parser.selectors
Class ClassConditionImpl

java.lang.Objectorg.w3c.flute.parser.selectors.ClassConditionImpl
- All Implemented Interfaces:
- org.w3c.css.sac.AttributeCondition, org.w3c.css.sac.Condition
- public class ClassConditionImpl
- extends java.lang.Object
- implements org.w3c.css.sac.AttributeCondition
- extends java.lang.Object
- Version:
- $Revision: 1.2 $
| Field Summary | |
(package private) java.lang.String |
value
|
| Constructor Summary | |
ClassConditionImpl(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 |
| Field Detail |
value
java.lang.String value
| Constructor Detail |
ClassConditionImpl
public ClassConditionImpl(java.lang.String value)
- Creates a new AttributeConditionImpl
| Method Detail |
getConditionType
public short getConditionType()
- An integer indicating the type of
Condition.- Specified by:
getConditionTypein interfaceorg.w3c.css.sac.Condition
getNamespaceURI
public java.lang.String getNamespaceURI()
- Returns the
namespace
URI of this attribute condition.
NULLif :- this attribute condition can match any namespace.
- this attribute is an id attribute.
- Specified by:
getNamespaceURIin interfaceorg.w3c.css.sac.AttributeCondition
getLocalName
public java.lang.String getLocalName()
- Returns the
local part
of the
qualified
name of this attribute.
NULLif :this attribute condition can match any attribute.
this attribute is a class attribute.
this attribute is an id attribute.
this attribute is a pseudo-class attribute.
- Specified by:
getLocalNamein interfaceorg.w3c.css.sac.AttributeCondition
getSpecified
public boolean getSpecified()
- Returns
trueif the attribute must have an explicit value in the original document,falseotherwise.- Specified by:
getSpecifiedin interfaceorg.w3c.css.sac.AttributeCondition
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 ':'.
- Specified by:
getValuein interfaceorg.w3c.css.sac.AttributeCondition
|
|||||||||
| Home >> All >> org >> w3c >> flute >> parser >> [ selectors overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.w3c.flute.parser.selectors.ClassConditionImpl