[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
| C# | Visual Basic | Visual 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 )
- relativeTo (SifElement)
- query (String)
- valueBuilder (IValueBuilder)
- formatter (SifFormatter)