org.apache.xerces.impl.xs.assertion
Class Test

java.lang.Object
  extended byorg.apache.xerces.impl.xs.assertion.Test

public class Test
extends java.lang.Object

Representation of XML Schema 1.1 assertion "test" attribute.

Version:
$Id: Test.java 954646 2010-06-14 21:10:17Z mrglavas $
Author:
Mukul Gandhi, IBM

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.

Field Summary
protected  XSAssert fAssert
          The assertion component to which the test belongs
protected  XPath20Assert fXPath
          XPath 2.0 expression
 
Constructor Summary
Test(XPath20Assert xpath, XSAssert assertion)
          Constructs a test for assertion component
 
Method Summary
 XSAssert getAssertion()
           
 XPath20Assert getXPath()
          Returns the test XPath
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fAssert

protected final XSAssert fAssert
The assertion component to which the test belongs


fXPath

protected final XPath20Assert fXPath
XPath 2.0 expression

Constructor Detail

Test

public Test(XPath20Assert xpath,
            XSAssert assertion)
Constructs a test for assertion component

Method Detail

getAssertion

public XSAssert getAssertion()

getXPath

public XPath20Assert getXPath()
Returns the test XPath


toString

public java.lang.String toString()


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