All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.w3c.css.sac.PositionalCondition

public interface PositionalCondition
extends Condition
See Also:
SAC_POSITIONAL_CONDITION

Method Index

 o getPosition()
Returns the position in the tree.
 o getType()
 o getTypeNode()
true if the child node list only shows nodes of the same type.

Methods

 o getPosition
 public abstract int getPosition()
Returns the position in the tree.

A negative value means from the end of the child node list.

The child node list begins at 0.

 o getTypeNode
 public abstract boolean getTypeNode()
true if the child node list only shows nodes of the same type.

 o getType
 public abstract boolean getType()

All Packages  Class Hierarchy  This Package  Previous  Next  Index