FileDocCategorySizeDatePackage
PathComponent.javaAPI DocJava SE 6 API1094Tue Jun 10 00:23:14 BST 2008com.sun.org.apache.xpath.internal.axes

PathComponent

public interface PathComponent
Classes who implement this information provide information needed for static analysis of a path component.

Fields Summary
Constructors Summary
Methods Summary
public intgetAnalysisBits()
Get the analysis bits for this path component, as defined in the WalkerFactory.

return
One of WalkerFactory#BIT_DESCENDANT, etc.