|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.edustructures.sifworks.tools.mapping.Rule
public abstract class Rule
The abstract base class for all Mappings rules
| Constructor Summary | |
|---|---|
Rule()
|
|
| Method Summary | |
|---|---|
abstract Rule |
copy(FieldMapping newParent)
Produces a duplicate of this Rule object |
abstract SIFSimpleType |
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. |
abstract void |
toXML(org.w3c.dom.Node parent)
Render this Rule as an DOM Node |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Rule()
| Method Detail |
|---|
public abstract SIFSimpleType evaluate(SIFXPathContext xpathContext,
SIFVersion version)
throws ADKSchemaException
xpathContext - The SIFXPathContext instance to use for object traversalversion - The SIF Version that is in effect
ADKSchemaException - If the xpath expression cannot be resolved
public abstract Rule copy(FieldMapping newParent)
throws ADKMappingException
newParent - The parent to copy this rule to
ADKMappingException - If the rule cannot be copiedpublic abstract void toXML(org.w3c.dom.Node parent)
parent - The parent Node
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||