Documentation for this section has not yet been entered.
See Also: Inherited members from object.
|
XmlUtils
()
|
Documentation for this section has not yet been entered. |
static
|
AddAttr
(System.Xml.Linq.XElement, System.Xml.Linq.XAttribute)Documentation for this section has not yet been entered. |
|
static
|
AddAttrArr
(System.Xml.Linq.XElement, System.Xml.Linq.XAttribute[])Documentation for this section has not yet been entered. |
|
static
|
AddNode
(System.Xml.Linq.XElement, System.Xml.Linq.XElement)Documentation for this section has not yet been entered. |
|
static
|
AddNodeArr
(System.Xml.Linq.XElement, System.Xml.Linq.XElement[])Documentation for this section has not yet been entered. |
|
static
|
GetVal
(System.Xml.Linq.XElement)Documentation for this section has not yet been entered. |
|
static
|
MakeAttr
(string, string)Documentation for this section has not yet been entered. |
|
static
|
MakeName
(string)Documentation for this section has not yet been entered. |
|
static
|
MakeNode
(string)Documentation for this section has not yet been entered. |
|
static
|
SetVal
(System.Xml.Linq.XElement, string)Documentation for this section has not yet been entered. |
|
static
|
XPathSelectEl
(System.Xml.Linq.XElement, string)Documentation for this section has not yet been entered. |
|
static
|
XPathSelectEls
(System.Xml.Linq.XElement, string)Documentation for this section has not yet been entered. |
Documentation for this section has not yet been entered.
Syntax
public XmlUtils ()Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: dylan.NET.Utils
Assembly: dnu (in dnu.dll)
Assembly Versions: 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3
Documentation for this section has not yet been entered.
Syntax
public static System.Xml.Linq.XElement AddAttr (System.Xml.Linq.XElement el, System.Xml.Linq.XAttribute attr)Parameters
- el
- Documentation for this section has not yet been entered.
- attr
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: dylan.NET.Utils
Assembly: dnu (in dnu.dll)
Assembly Versions: 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3
Documentation for this section has not yet been entered.
Syntax
public static System.Xml.Linq.XElement AddAttrArr (System.Xml.Linq.XElement el, System.Xml.Linq.XAttribute[] attrs)Parameters
- el
- Documentation for this section has not yet been entered.
- attrs
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: dylan.NET.Utils
Assembly: dnu (in dnu.dll)
Assembly Versions: 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3
Documentation for this section has not yet been entered.
Syntax
public static System.Xml.Linq.XElement AddNode (System.Xml.Linq.XElement el, System.Xml.Linq.XElement node)Parameters
- el
- Documentation for this section has not yet been entered.
- node
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: dylan.NET.Utils
Assembly: dnu (in dnu.dll)
Assembly Versions: 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3
Documentation for this section has not yet been entered.
Syntax
public static System.Xml.Linq.XElement AddNodeArr (System.Xml.Linq.XElement el, System.Xml.Linq.XElement[] nodes)Parameters
- el
- Documentation for this section has not yet been entered.
- nodes
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: dylan.NET.Utils
Assembly: dnu (in dnu.dll)
Assembly Versions: 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3
Documentation for this section has not yet been entered.
Syntax
public static string GetVal (System.Xml.Linq.XElement el)Parameters
- el
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: dylan.NET.Utils
Assembly: dnu (in dnu.dll)
Assembly Versions: 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3
Documentation for this section has not yet been entered.
Syntax
Parameters
- name
- Documentation for this section has not yet been entered.
- value
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: dylan.NET.Utils
Assembly: dnu (in dnu.dll)
Assembly Versions: 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3
Documentation for this section has not yet been entered.
Syntax
public static System.Xml.Linq.XName MakeName (string name)Parameters
- name
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: dylan.NET.Utils
Assembly: dnu (in dnu.dll)
Assembly Versions: 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3
Documentation for this section has not yet been entered.
Syntax
public static System.Xml.Linq.XElement MakeNode (string name)Parameters
- name
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: dylan.NET.Utils
Assembly: dnu (in dnu.dll)
Assembly Versions: 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3
Documentation for this section has not yet been entered.
Syntax
Parameters
- el
- Documentation for this section has not yet been entered.
- value
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: dylan.NET.Utils
Assembly: dnu (in dnu.dll)
Assembly Versions: 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3
Documentation for this section has not yet been entered.
Syntax
public static System.Xml.Linq.XElement XPathSelectEl (System.Xml.Linq.XElement el, string XPathQuery)Parameters
- el
- Documentation for this section has not yet been entered.
- XPathQuery
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: dylan.NET.Utils
Assembly: dnu (in dnu.dll)
Assembly Versions: 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3
Documentation for this section has not yet been entered.
Syntax
public static IEnumerable<System.Xml.Linq.XElement> XPathSelectEls (System.Xml.Linq.XElement el, string XPathQuery)Parameters
- el
- Documentation for this section has not yet been entered.
- XPathQuery
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: dylan.NET.Utils
Assembly: dnu (in dnu.dll)
Assembly Versions: 11.2.9.2, 11.2.9.3