| 
 | ||||||||
| PREV CLASS NEXT CLASS | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
| Field Summary | |
| static short | SAC_AND_CONDITIONThis condition checks exactly two conditions. example: .part1:lang(fr) | 
| static short | 
SAC_ATTRIBUTE_CONDITIONThis condition checks an attribute. example: [simple] [restart="never"] | 
| static short | 
SAC_BEGIN_HYPHEN_ATTRIBUTE_CONDITIONThis condition checks if the value is in a hypen-separated list of values in a specified attribute. example: [languages|="fr"] | 
| static short | SAC_CLASS_CONDITIONThis condition checks for a specified class. example: .example | 
| static short | SAC_CONTENT_CONDITIONThis condition checks the content of a node. | 
| static short | SAC_ID_CONDITIONThis condition checks an id attribute. example: #myId | 
| static short | SAC_LANG_CONDITIONThis condition checks the language of the node. example: :lang(fr) | 
| static short | 
SAC_NEGATIVE_CONDITIONThis condition checks that a condition can't be applied to a node. | 
| static short | 
SAC_ONE_OF_ATTRIBUTE_CONDITIONThis condition checks for a value in a space-separated values in a specified attribute example: [values~="10"] | 
| static short | 
SAC_ONLY_CHILD_CONDITIONThis condition checks if a node is the only one in the node list. | 
| static short | 
SAC_ONLY_TYPE_CONDITIONThis condition checks if a node is the only one of his type. | 
| static short | SAC_OR_CONDITIONThis condition checks one of two conditions. | 
| static short | 
SAC_POSITIONAL_CONDITIONThis condition checks a specified position. example: :first-child | 
| static short | 
SAC_PSEUDO_CLASS_CONDITIONThis condition checks for the link pseudo class. example: :link :visited :hover | 
| Method Summary | |
|  short | getConditionType()An integer indicating the type of Condition. | 
| Field Detail | 
public static final short SAC_AND_CONDITION
.part1:lang(fr)
CombinatorConditionpublic static final short SAC_ATTRIBUTE_CONDITION
[simple] [restart="never"]
AttributeConditionpublic static final short SAC_BEGIN_HYPHEN_ATTRIBUTE_CONDITION
[languages|="fr"]
AttributeConditionpublic static final short SAC_CLASS_CONDITION
.example
AttributeConditionpublic static final short SAC_CONTENT_CONDITION
ContentConditionpublic static final short SAC_ID_CONDITION
#myId
AttributeConditionpublic static final short SAC_LANG_CONDITION
:lang(fr)
LangConditionpublic static final short SAC_NEGATIVE_CONDITION
NegativeConditionpublic static final short SAC_ONE_OF_ATTRIBUTE_CONDITION
[values~="10"]
AttributeConditionpublic static final short SAC_ONLY_CHILD_CONDITION
public static final short SAC_ONLY_TYPE_CONDITION
public static final short SAC_OR_CONDITION
CombinatorConditionpublic static final short SAC_POSITIONAL_CONDITION
:first-child
PositionalConditionpublic static final short SAC_PSEUDO_CLASS_CONDITION
:link :visited :hover
AttributeCondition| Method Detail | 
public short getConditionType()
Condition.| 
 | ||||||||
| PREV CLASS NEXT CLASS | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
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.