com.ricebridge.xmlman.in
Class ParseResult

java.lang.Object
  extended bycom.ricebridge.xmlman.in.ParseResult

public class ParseResult
extends Object

Contains XPath expression parse results.


Field Summary
 com.ricebridge.xmlman.tp.expr.Expr iExpr
           
 List iTargetPaths
          TargetPath objects created from the expression.
 
Constructor Summary
ParseResult(com.ricebridge.xmlman.tp.expr.Expr pExpr, List pTargetPaths)
          Create a new instance of this data object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

iExpr

public com.ricebridge.xmlman.tp.expr.Expr iExpr

iTargetPaths

public List iTargetPaths
TargetPath objects created from the expression.

Constructor Detail

ParseResult

public ParseResult(com.ricebridge.xmlman.tp.expr.Expr pExpr,
                   List pTargetPaths)
Create a new instance of this data object



Copyright © 2004-2005 Ricebridge