|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ADKSchemaException | |
|---|---|
| com.edustructures.sifworks | Core classes and interfaces of the SIFWorks® ADK® for Java. |
| com.edustructures.sifworks.tools.mapping | The Mappings class and its supporting classes and interfaces simplify the task of mapping field values between the local application's data structures and SIF Data Objects. |
| Uses of ADKSchemaException in com.edustructures.sifworks |
|---|
| Methods in com.edustructures.sifworks that throw ADKSchemaException | |
|---|---|
static SIFElement |
SIFElement.create(SIFElement parent,
ElementDef id)
Creates an instance of a SIFElement from its ID |
Element |
SIFDTD.createElementOrAttributeFromXPath(SIFElement relativeTo,
java.lang.String query,
ValueBuilder valueBuilder)
Create all elements and attributes referenced by the XPath-like query string. |
Element |
SIFDTD.createElementOrAttributeFromXPath(SIFElement relativeTo,
java.lang.String query,
ValueBuilder valueBuilder,
SIFVersion version,
SIFFormatter textFormatter,
SIFFormatter pathFormatter)
Create all elements and attributes referenced by the XPath-like query string. |
SIFDataObject |
SIFDTD.createSIFDataObject(ElementDef objType)
Creates an instance of a SIFDataObject given an ElementDef. |
boolean |
Query.evaluate(SIFDataObject obj)
Evaluate the given the SIFDataObject against the conditions provided in the Query. |
boolean |
Query.evaluate(SIFDataObject obj,
java.util.Comparator comparer)
Evaluate the given the SIFDataObject against the conditions provided in the Query. |
Element |
SIFDataObject.getElementOrAttribute(java.lang.String xpath)
Gets an element or attribute value identified by an XPath-like query string. |
Element |
SIFDTD.lookupBySQP(SIFDataObject relativeTo,
java.lang.String query)
Find an SIFElement given a SIF Query Pattern string. |
Element |
SIFDTD.lookupByXPath(SIFDataObject relativeTo,
java.lang.String query)
Find an SIFElement given an XPath-like query string. |
Element |
SIFDTD.lookupByXPath(SIFDataObject relativeTo,
java.lang.String query,
ValueBuilder valueBuilder)
Find an SIFElement given an XPath-like query string. |
void |
SIFDataObject.setElementOrAttribute(java.lang.String xpath,
java.lang.String value)
Sets an element or attribute value |
void |
SIFDataObject.setElementOrAttribute(java.lang.String xpath,
java.lang.String value,
FieldAdaptor adaptor)
Sets an element or attribute value identified by an XPath-like query string. |
void |
SIFDataObject.setElementOrAttribute(java.lang.String xpath,
java.lang.String value,
ValueBuilder valueBuilder)
Sets an element or attribute value identified by an XPath-like query string. |
| Constructors in com.edustructures.sifworks that throw ADKSchemaException | |
|---|---|
Query(SIF_Query query)
Constructs a Query object from a SIF_QueryObject. |
|
| Uses of ADKSchemaException in com.edustructures.sifworks.tools.mapping |
|---|
| Methods in com.edustructures.sifworks.tools.mapping that throw ADKSchemaException | |
|---|---|
SIFSimpleType |
XPathRule.evaluate(SIFXPathContext xpathContext,
SIFVersion version)
|
abstract SIFSimpleType |
Rule.evaluate(SIFXPathContext xpathContext,
SIFVersion version)
Evaluates this rule against a SIFDataObject and returns the text value of the element or attribute that satisfied the query. |
SIFSimpleType |
OtherIdRule.evaluate(SIFXPathContext xpathContext,
SIFVersion version)
|
SIFSimpleType |
FieldMapping.evaluate(SIFXPathContext xpathContext,
SIFVersion version,
boolean returnDefault)
Evaluates this rule against a SIFXpathContexts and returns the text value of the element or attribute that satisfied the query. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||