C# Class com.ximpleware.FilterExpr

TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
Inheritance: com.ximpleware.xpath.Expr
Datei anzeigen Open project: jzhang2004/vtd-xml Class Usage Examples

Public Properties

Property Type Description
e com.ximpleware.Expr
out_of_range bool
p com.ximpleware.xpath.Predicate

Public Methods

Method Description
FilterExpr ( com.ximpleware.Expr l, com.ximpleware.xpath.Predicate pr ) : System
ToString ( ) : System.String
adjust ( int n ) : int
clearCache ( ) : void
evalBoolean ( VTDNav vn ) : bool
evalNodeSet ( VTDNav vn ) : int
evalNumber ( VTDNav vn ) : double
evalString ( VTDNav vn ) : System.String
isFinal ( ) : bool
markCacheable ( ) : void
markCacheable2 ( ) : void
requireContextSize ( ) : bool
reset ( VTDNav vn ) : void
reset2 ( VTDNav vn ) : void

Method Details

FilterExpr() public method

public FilterExpr ( com.ximpleware.Expr l, com.ximpleware.xpath.Predicate pr ) : System
l com.ximpleware.Expr
pr com.ximpleware.xpath.Predicate
return System

ToString() public method

public ToString ( ) : System.String
return System.String

adjust() public method

public adjust ( int n ) : int
n int
return int

clearCache() public method

public clearCache ( ) : void
return void

evalBoolean() public method

public evalBoolean ( VTDNav vn ) : bool
vn VTDNav
return bool

evalNodeSet() public method

public evalNodeSet ( VTDNav vn ) : int
vn VTDNav
return int

evalNumber() public method

public evalNumber ( VTDNav vn ) : double
vn VTDNav
return double

evalString() public method

public evalString ( VTDNav vn ) : System.String
vn VTDNav
return System.String

isFinal() public method

public isFinal ( ) : bool
return bool

markCacheable() public method

public markCacheable ( ) : void
return void

markCacheable2() public method

public markCacheable2 ( ) : void
return void

requireContextSize() public method

public requireContextSize ( ) : bool
return bool

reset() public method

public reset ( VTDNav vn ) : void
vn VTDNav
return void

reset2() public method

public reset2 ( VTDNav vn ) : void
vn VTDNav
return void

Property Details

e public_oe property

public com.ximpleware.Expr e
return com.ximpleware.Expr

out_of_range public_oe property

public bool out_of_range
return bool

p public_oe property

public com.ximpleware.xpath.Predicate p
return com.ximpleware.xpath.Predicate