ArcFM Solution Developer Guide
LoadFromDOM Method (IMMPersistentXML)






Returns a value from the mmXMLFormat enumeration that specifies the type of XML
XML document to be loaded (as IXMLDOMDocument)
This method loads the list structure using the specified XML document. Create the root node first, then call LoadFromDOM on this node to hydrate the entire tree.
Syntax
'Declaration
 
Sub LoadFromDOM( _
   ByVal eFormat As mmXMLFormat, _
   ByVal pXMLDoc As Miner.Interop.msxml2.IXMLDOMDocument _
) 
'Usage
 
Dim instance As IMMPersistentXML
Dim eFormat As mmXMLFormat
Dim pXMLDoc As Miner.Interop.msxml2.IXMLDOMDocument
 
instance.LoadFromDOM(eFormat, pXMLDoc)
void LoadFromDOM( 
   mmXMLFormat eFormat,
   Miner.Interop.msxml2.IXMLDOMDocument pXMLDoc
)
procedure LoadFromDOM( 
    eFormat: mmXMLFormat;
    pXMLDoc: Miner.Interop.msxml2.IXMLDOMDocument
); 
function LoadFromDOM( 
   eFormat : mmXMLFormat,
   pXMLDoc : Miner.Interop.msxml2.IXMLDOMDocument
);
void LoadFromDOM( 
   mmXMLFormat eFormat,
   Miner.Interop.msxml2.IXMLDOMDocument* pXMLDoc
) 
void LoadFromDOM( 
   mmXMLFormat eFormat,
   Miner.Interop.msxml2.IXMLDOMDocument^ pXMLDoc
) 

Parameters

eFormat
Returns a value from the mmXMLFormat enumeration that specifies the type of XML
pXMLDoc
XML document to be loaded (as IXMLDOMDocument)
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMPersistentXML Interface
IMMPersistentXML Members

Send Feedback