|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xerces.impl.xs.assertion.Test
Representation of XML Schema 1.1 assertion "test" attribute.
Field Summary | |
protected XSAssert |
fAssert
The assertion component to which the test belongs |
protected java.lang.String |
fExpressionStr
The XPath expression string for the assertion component |
protected org.apache.xerces.xni.NamespaceContext |
fNsContext
The Namespace context information for assert component |
Constructor Summary | |
Test(java.lang.String xpathStr,
org.apache.xerces.xni.NamespaceContext nsContext,
XSAssert assertion)
Constructs a test for assertion component |
Method Summary | |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected final java.lang.String fExpressionStr
protected final org.apache.xerces.xni.NamespaceContext fNsContext
protected final XSAssert fAssert
Constructor Detail |
public Test(java.lang.String xpathStr, org.apache.xerces.xni.NamespaceContext nsContext, XSAssert assertion)
Method Detail |
public java.lang.String getXPathStr()
public org.apache.xerces.xni.NamespaceContext getNamespaceContext()
public XSAssert getAssertion()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |