XmlHelperConvertElement Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Converts specified
System.Xml.XmlElement into
IXmlElement.
Namespace:
Tangosol.Run.Xml
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic static void ConvertElement(
XmlElement source,
IXmlElement target,
IXmlElement parent
)
Parameters
- source
- Type: System.XmlXmlElement
Source XmlDocument; must not be null.
- target
- Type: Tangosol.Run.XmlIXmlElement
IXmlElement that will be the result of conversion. If it
is null, new instance of IXmlElement will be
created.
- parent
- Type: Tangosol.Run.XmlIXmlElement
Parent of target IXmlElement; may be null.
Exceptions
See Also