Uses of Class
com.japisoft.xpath.FastVector

Packages that use FastVector
com.japisoft.xpath   
com.japisoft.xpath.function   
com.japisoft.xpath.function.basic   
 

Uses of FastVector in com.japisoft.xpath
 

Subclasses of FastVector in com.japisoft.xpath
 class NodeSet
          XPath NodeSet.
 

Uses of FastVector in com.japisoft.xpath.function
 

Methods in com.japisoft.xpath.function with parameters of type FastVector
abstract  java.lang.Object AbstractFunction.eval(XPathContext context, FastVector arg)
          Evalute this function for this context and the following arguments
 void AbstractFunction.checkOneNumber(FastVector arg)
          Throw a RuntimeException if arg has no single NodeSet argument
 void AbstractFunction.checkOneNodeSet(FastVector arg)
          Throw a RuntimeException if arg has no single NodeSet argument
 void AbstractFunction.checkOneParameter(FastVector arg)
          Throw a RuntimeException if arg has no single argument
 void AbstractFunction.checkOneString(FastVector arg)
          Throw a RuntimeException if arg has no 1 string argument
 void AbstractFunction.checkTwoStrings(FastVector arg)
          Throw a RuntimeException if arg has no 2 string arguments
 void AbstractFunction.checkThreeStrings(FastVector arg)
          Throw a RuntimeException if arg has no 3 string arguments
 java.lang.String AbstractFunction.getString1(XPathContext context, FastVector arg)
           
 java.lang.String AbstractFunction.getString2(XPathContext context, FastVector arg)
           
 java.lang.Object Function.eval(XPathContext context, FastVector arg)
           
 java.lang.Object Lib.eval(java.lang.String function, XPathContext context, FastVector arg)
           
 

Uses of FastVector in com.japisoft.xpath.function.basic
 

Methods in com.japisoft.xpath.function.basic with parameters of type FastVector
 java.lang.Object Boolean.eval(XPathContext context, FastVector arg)
           
 java.lang.Object Ceiling.eval(XPathContext context, FastVector arg)
           
 java.lang.Object Concat.eval(XPathContext context, FastVector arg)
           
 java.lang.Object Contains.eval(XPathContext context, FastVector arg)
           
 java.lang.Object Count.eval(XPathContext context, FastVector arg)
           
 java.lang.Object False.eval(XPathContext context, FastVector arg)
           
 java.lang.Object Floor.eval(XPathContext context, FastVector arg)
           
 java.lang.Object FunctionLib.eval(java.lang.String function, XPathContext context, FastVector arg)
          Eval the function by its name.
 java.lang.Object Id.eval(XPathContext context, FastVector arg)
           
 java.lang.Object Lang.eval(XPathContext context, FastVector arg)
           
 java.lang.Object Last.eval(XPathContext context, FastVector arg)
           
 java.lang.Object LocalName.eval(XPathContext context, FastVector arg)
           
 java.lang.Object Name.eval(XPathContext context, FastVector arg)
           
 java.lang.Object NamespaceURI.eval(XPathContext context, FastVector arg)
           
 java.lang.Object NormalizeSpace.eval(XPathContext context, FastVector arg)
           
 java.lang.Object Not.eval(XPathContext context, FastVector arg)
           
 java.lang.Object Number.eval(XPathContext context, FastVector arg)
           
 java.lang.Object Position.eval(XPathContext context, FastVector arg)
           
 java.lang.Object Round.eval(XPathContext context, FastVector arg)
           
 java.lang.Object StartsWith.eval(XPathContext context, FastVector arg)
           
 java.lang.Object String.eval(XPathContext context, FastVector arg)
           
 java.lang.Object StringLength.eval(XPathContext context, FastVector arg)
           
 java.lang.Object SubString.eval(XPathContext context, FastVector arg)
           
 java.lang.Object SubStringAfter.eval(XPathContext context, FastVector arg)
           
 java.lang.Object SubStringBefore.eval(XPathContext context, FastVector arg)
           
 java.lang.Object Sum.eval(XPathContext context, FastVector arg)
           
 java.lang.Object Translate.eval(XPathContext context, FastVector arg)
           
 java.lang.Object True.eval(XPathContext context, FastVector arg)