public interface XSAssertionXPath2Value
| Modifier and Type | Method and Description |
|---|---|
String |
computeStringValueOf$value(Element rootNodeOfAssertTree,
ElementPSVI pElemPSVI) |
void |
setXDMTypedValueOf$value(Element rootNodeOfAssertTree,
String value,
XSSimpleTypeDefinition listOrUnionType,
XSTypeDefinition attrType,
boolean isTypeDerivedFromList,
org.eclipse.wst.xml.xpath2.processor.DynamicContext xpath2DynamicContext) |
void |
setXDMTypedValueOf$valueForSTVarietyAtomic(String value,
short xsdTypecode,
org.eclipse.wst.xml.xpath2.processor.DynamicContext xpath2DynamicContext) |
void |
setXDMTypedValueOf$valueForSTVarietyList(Element rootNodeOfAssertTree,
String listStrValue,
XSSimpleTypeDefinition itemType,
boolean isTypeDerivedFromList,
org.eclipse.wst.xml.xpath2.processor.DynamicContext xpath2DynamicContext) |
void |
setXDMTypedValueOf$valueForSTVarietyUnion(String value,
XSObjectList memberTypes,
org.eclipse.wst.xml.xpath2.processor.DynamicContext xpath2DynamicContext) |
String computeStringValueOf$value(Element rootNodeOfAssertTree, ElementPSVI pElemPSVI) throws DOMException
DOMExceptionvoid setXDMTypedValueOf$value(Element rootNodeOfAssertTree, String value, XSSimpleTypeDefinition listOrUnionType, XSTypeDefinition attrType, boolean isTypeDerivedFromList, org.eclipse.wst.xml.xpath2.processor.DynamicContext xpath2DynamicContext) throws Exception
Exceptionvoid setXDMTypedValueOf$valueForSTVarietyAtomic(String value, short xsdTypecode, org.eclipse.wst.xml.xpath2.processor.DynamicContext xpath2DynamicContext)
void setXDMTypedValueOf$valueForSTVarietyList(Element rootNodeOfAssertTree, String listStrValue, XSSimpleTypeDefinition itemType, boolean isTypeDerivedFromList, org.eclipse.wst.xml.xpath2.processor.DynamicContext xpath2DynamicContext) throws Exception
Exceptionvoid setXDMTypedValueOf$valueForSTVarietyUnion(String value, XSObjectList memberTypes, org.eclipse.wst.xml.xpath2.processor.DynamicContext xpath2DynamicContext) throws Exception
ExceptionCopyright © 2013. All rights reserved.