public class Test
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| protected XSAssert | fAssertThe assertion component to which the test belongs | 
| protected java.lang.String | fExpressionStrThe XPath expression string for the assertion component | 
| protected org.apache.xerces.xni.NamespaceContext | fNsContextThe Namespace context information for assert component | 
| Constructor and Description | 
|---|
| Test(java.lang.String xpathStr,
    org.apache.xerces.xni.NamespaceContext nsContext,
    XSAssert assertion)Constructs a test for assertion component | 
| Modifier and Type | Method and Description | 
|---|---|
| XSAssert | getAssertion()Returns the assertion component | 
| org.apache.xerces.xni.NamespaceContext | getNamespaceContext()Returns the namespace context for assertion component | 
| java.lang.String | getXPathStr()Returns the test XPath string value | 
protected final java.lang.String fExpressionStr
protected final org.apache.xerces.xni.NamespaceContext fNsContext
protected final XSAssert fAssert
public Test(java.lang.String xpathStr,
    org.apache.xerces.xni.NamespaceContext nsContext,
    XSAssert assertion)
public java.lang.String getXPathStr()
public org.apache.xerces.xni.NamespaceContext getNamespaceContext()
public XSAssert getAssertion()
Copyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.