Uses of Class
org.apache.xalan.xsltc.compiler.TestSeq

Packages that use TestSeq
org.apache.xalan.xsltc.compiler   
 

Uses of TestSeq in org.apache.xalan.xsltc.compiler
 

Fields in org.apache.xalan.xsltc.compiler declared as TestSeq
private  TestSeq Mode._attribNodeTestSeq
          Test sequence for patterns with node()-type kernel and attribute axis.
private  TestSeq Mode._childNodeTestSeq
          Test sequence for patterns with node()-type kernel and child axis.
private  TestSeq Mode._idxTestSeq
          Test sequence for patterns with id() or key()-type kernel.
private  TestSeq[] Mode._testSeq
          Test sequence for patterns with any other kernel type.