SIFWorks ADK 2.0
XPathRule Class
NamespacesEdustructures.SifWorks.Tools.MappingXPathRule

[This is preliminary documentation and is subject to change.]

A Rule class to evaluate XPath-like queries as defined by the
CopyC#
SifDtd.lookupByXPath
method
Declaration Syntax
C#Visual BasicVisual C++
public class XPathRule : Rule
Public Class XPathRule _
	Inherits Rule
public ref class XPathRule : public Rule
Members
All MembersConstructorsMethods



IconMemberDescription
XPathRuleXPathRuleNew(String)
Constructor

Copy(FieldMapping)
Produces a duplicate of this Rule object
(Overrides Rule.Copy(FieldMapping).)
Evaluate(SifDataObject)
Evaluates this rule against a SifDataObject and returns the text value of the element or attribute that satisfied the query.
(Overrides Rule.Evaluate(SifDataObject).)
ToString()()
Render this Rule as an XML element
(Overrides Object.ToString()().)
ToXml(XmlElement)
Render this XPathRule as an XML DOM XmlElement
(Overrides Rule.ToXml(XmlElement).)
Inheritance Hierarchy
Object
Rule
 XPathRule

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10