Click or drag to resize

IXMLWrapper Interface

XML related properties of a wrapped instance

Namespace: Aml.Engine.XML
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public interface IXMLWrapper

The IXMLWrapper type exposes the following members.

Properties
 NameDescription
Public propertyDocument Gets the XDocument containing the XML node of this object. If the object has not been inserted into a document, the XDocument is null. Direct manipulations of the XML document are not monitored by the AML engine.
Public propertyExists Determines, if this instance is wrapped around an existing XML node
Public propertyNode Get the XML node of this instance. Direct manipulations of the XML node are not monitored by the AML engine.
Public propertyOwner Gets the XML parent node of this instance. Direct manipulations of the XML node are not monitored by the AML engine.
Public propertyTagName Gets the Schema Tag name of this instance.
Top
See Also