FileDocCategorySizeDatePackage
PathComponent.javaAPI DocJava SE 5 API1087Fri Aug 26 14:56:06 BST 2005com.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.