org.apache.xerces.impl.xpath
Class XPath20Assert

java.lang.Object
  extended byorg.apache.xerces.impl.xpath.XPath20Assert

public class XPath20Assert
extends java.lang.Object

A class representing an XPath 2.0 expression for, assertions evaluation.

Version:
$Id: XPath20Assert.java 791714 2009-07-07 06:30:22Z mukulg $
Author:
Mukul Gandhi, IBM

Field Summary
protected  org.apache.xerces.xni.NamespaceContext fContext
           
protected  java.lang.String fExpression
           
 
Constructor Summary
XPath20Assert(java.lang.String xpath, SymbolTable symbolTable, org.apache.xerces.xni.NamespaceContext context)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fExpression

protected final java.lang.String fExpression

fContext

protected final org.apache.xerces.xni.NamespaceContext fContext
Constructor Detail

XPath20Assert

public XPath20Assert(java.lang.String xpath,
                     SymbolTable symbolTable,
                     org.apache.xerces.xni.NamespaceContext context)
Method Detail

toString

public java.lang.String toString()


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.