|
|||||||||||
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 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 |
protected final XSAssert fAssert
protected final XPath20Assert fXPath
Constructor Detail |
public Test(XPath20Assert xpath, XSAssert assertion)
Method Detail |
public XSAssert getAssertion()
public XPath20Assert getXPath()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |