SIFWorks ADK 2.0
CreateElementOrAttributeFromXPath Method (relativeTo, query, valueBuilder, formatter)
NamespacesEdustructures.SifWorksSifDtdCreateElementOrAttributeFromXPath(SifElement, String, IValueBuilder, SifFormatter)

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

Create all elements and attributes referenced by the XPath-like query string. This method is currently private in Adk 1.0.0 but could be made public in the future
Declaration Syntax
C#Visual BasicVisual C++
public Element CreateElementOrAttributeFromXPath(
	SifElement relativeTo,
	string query,
	IValueBuilder valueBuilder,
	SifFormatter formatter
)
Public Function CreateElementOrAttributeFromXPath ( _
	relativeTo As SifElement, _
	query As String, _
	valueBuilder As IValueBuilder, _
	formatter As SifFormatter _
) As Element
public:
Element^ CreateElementOrAttributeFromXPath (
	SifElement^ relativeTo, 
	String^ query, 
	IValueBuilder^ valueBuilder, 
	SifFormatter^ formatter
)
Parameters
relativeTo (SifElement)
query (String)
valueBuilder (IValueBuilder)
formatter (SifFormatter)

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