Uses of Class
com.ximpleware.extended.VTDNavHuge

Packages that use VTDNavHuge
com.ximpleware.extended   
com.ximpleware.extended.xpath   
 

Uses of VTDNavHuge in com.ximpleware.extended
 

Fields in com.ximpleware.extended declared as VTDNavHuge
protected  VTDNavHuge TextIterHuge.vn
           
protected  VTDNavHuge TextIter.vn
           
protected  VTDNavHuge NodeRecorderHuge.vn
           
 

Methods in com.ximpleware.extended that return VTDNavHuge
 VTDNavHuge VTDNavHuge.cloneNav()
          Clone the VTDNav instance to get with shared XML, VTD and LC buffers The node position is also copied from the original instance
 VTDNavHuge VTDNavHuge.duplicateNav()
          Duplicate the VTDNavHuge instance with shared XML, VTD and LC buffers This method may be useful for parallel XPath evaluation The node Position is at root element
 VTDNavHuge VTDGenHuge.getNav()
          This method returns the VTDNavHuge object after parsing, it also cleans internal state so VTDGenHuge can process the next file.
 VTDNavHuge BookMarkHuge.getNav()
          This method returns the embedded VTDNavHuge Object
 

Methods in com.ximpleware.extended with parameters of type VTDNavHuge
 void NodeRecorderHuge.bind(VTDNavHuge vn1)
           
 void BookMarkHuge.bind(VTDNavHuge vn)
          bind a BookMarkHuge object to a VTDNavHuge object the cursor position is set to an invalid state
 void AutoPilotHuge.bind(VTDNavHuge vnv)
          Bind resets the internal state of AutoPilotHuge so one can attach a VTDNavHuge object to the autopilot
 int VTDNavHuge.compareTokens(int i1, VTDNavHuge vn2, int i2)
          This method compares two VTD tokens of VTDNav objects The behavior of this method is like compare the strings corresponds to i1 and i2, meaning for text or attribute val, entities will be converted into the corresponding char
 int LocationPathExpr.computeContextSize(Predicate p, VTDNavHuge vn)
           
 boolean NodeTest.eval(VTDNavHuge vn)
           
 boolean UnionExpr.evalBoolean(VTDNavHuge vn)
           
 boolean PathExpr.evalBoolean(VTDNavHuge vn)
           
 boolean LocationPathExpr.evalBoolean(VTDNavHuge vn)
           
 boolean FuncExpr.evalBoolean(VTDNavHuge vn)
           
 boolean FilterExpr.evalBoolean(VTDNavHuge vn)
           
 boolean BinaryExpr.evalBoolean(VTDNavHuge vn)
           
 int UnionExpr.evalNodeSet(VTDNavHuge vn)
           
 int PathExpr.evalNodeSet(VTDNavHuge vn)
           
 int LocationPathExpr.evalNodeSet(VTDNavHuge vn)
           
 int FuncExpr.evalNodeSet(VTDNavHuge vn)
           
 int FilterExpr.evalNodeSet(VTDNavHuge vn)
           
 int BinaryExpr.evalNodeSet(VTDNavHuge vn)
           
 double UnionExpr.evalNumber(VTDNavHuge vn)
           
 double PathExpr.evalNumber(VTDNavHuge vn)
           
 double LocationPathExpr.evalNumber(VTDNavHuge vn)
           
 double FuncExpr.evalNumber(VTDNavHuge vn)
           
 double FilterExpr.evalNumber(VTDNavHuge vn)
           
 double BinaryExpr.evalNumber(VTDNavHuge vn)
           
 String UnionExpr.evalString(VTDNavHuge vn)
           
 String PathExpr.evalString(VTDNavHuge vn)
           
 String LocationPathExpr.evalString(VTDNavHuge vn)
           
 String FuncExpr.evalString(VTDNavHuge vn)
           
 String FilterExpr.evalString(VTDNavHuge vn)
           
 String BinaryExpr.evalString(VTDNavHuge vn)
           
 boolean VTDNavHuge.matchTokens(int i1, VTDNavHuge vn2, int i2)
          This method matches two VTD tokens of VTDNav objects
 boolean BookMarkHuge.recordCursorPosition(VTDNavHuge vn)
          Record the cursor position This method is implemented to be lenient on loading in that it can load nodes from any VTDNavHuge object if vn is null, return false
 void UnionExpr.reset(VTDNavHuge vn)
           
 void PathExpr.reset(VTDNavHuge vn)
           
 void LocationPathExpr.reset(VTDNavHuge vn)
           
 void FuncExpr.reset(VTDNavHuge vn)
           
 void FilterExpr.reset(VTDNavHuge vn)
           
 void BinaryExpr.reset(VTDNavHuge vn)
           
 void FilterExpr.reset2(VTDNavHuge vn)
           
 boolean BookMarkHuge.setCursorPosition(VTDNavHuge vn)
          set cursor position This method can only set the cursor position of an VTDNavHuge object identical to its internal copy
 void TextIterHuge.touch(VTDNavHuge v)
          Obtain the current navigation position and element info from VTDNav.
 void TextIter.touch(VTDNavHuge v)
          Obtain the current navigation position and element info from VTDNav.
 

Constructors in com.ximpleware.extended with parameters of type VTDNavHuge
AutoPilotHuge(VTDNavHuge v)
          AutoPilotHuge constructor comment.
BookMarkHuge(VTDNavHuge vn)
          BookMarkHuge constructor with an instance of vn as input
ElementFragmentNsHuge(VTDNavHuge vn1, long[] l1, FastIntBuffer fib1, long len)
           
NodeRecorderHuge(VTDNavHuge vn1)
           
 

Uses of VTDNavHuge in com.ximpleware.extended.xpath
 

Methods in com.ximpleware.extended.xpath with parameters of type VTDNavHuge
 boolean Step.eval(VTDNavHuge vn)
           
 boolean Predicate.eval(VTDNavHuge vn)
           
 boolean LocationPathNode.eval(VTDNavHuge vn)
           
 boolean Step.eval(VTDNavHuge vn, Predicate p)
           
 boolean VariableExpr.evalBoolean(VTDNavHuge vn)
           
 boolean UnaryExpr.evalBoolean(VTDNavHuge vn)
           
 boolean NumExpr.evalBoolean(VTDNavHuge vn)
           
 boolean LiteralExpr.evalBoolean(VTDNavHuge vn)
           
abstract  boolean Expr.evalBoolean(VTDNavHuge vn)
           
 int VariableExpr.evalNodeSet(VTDNavHuge vn)
           
 int UnaryExpr.evalNodeSet(VTDNavHuge vn)
           
 int NumExpr.evalNodeSet(VTDNavHuge vn)
           
 int LiteralExpr.evalNodeSet(VTDNavHuge vn)
           
abstract  int Expr.evalNodeSet(VTDNavHuge vn)
           
 double VariableExpr.evalNumber(VTDNavHuge vn)
           
 double UnaryExpr.evalNumber(VTDNavHuge vn)
           
 double NumExpr.evalNumber(VTDNavHuge vn)
           
 double LiteralExpr.evalNumber(VTDNavHuge vn)
           
abstract  double Expr.evalNumber(VTDNavHuge vn)
           
 boolean Step.evalPredicates(VTDNavHuge vn)
           
 boolean Step.evalPredicates(VTDNavHuge vn, Predicate p)
           
 String VariableExpr.evalString(VTDNavHuge vn)
           
 String UnaryExpr.evalString(VTDNavHuge vn)
           
 String NumExpr.evalString(VTDNavHuge vn)
           
 String LiteralExpr.evalString(VTDNavHuge vn)
           
abstract  String Expr.evalString(VTDNavHuge vn)
           
 void VariableExpr.reset(VTDNavHuge vn)
           
 void UnaryExpr.reset(VTDNavHuge vn)
           
 void Step.reset(VTDNavHuge vn)
           
 void Predicate.reset(VTDNavHuge vn)
           
 void NumExpr.reset(VTDNavHuge vn)
           
 void LiteralExpr.reset(VTDNavHuge vn)
           
abstract  void Expr.reset(VTDNavHuge vn)
           
 void Alist.reset(VTDNavHuge vn)
           
 void Step.resetP(VTDNavHuge vn)
           
 void Step.resetP(VTDNavHuge vn, Predicate p1)
           
 



Copyright © 2013. All Rights Reserved.