XMLDocument extends IXML Document. It is obsolete. You should use DOMDocument. This object should not be confused with the XMLDocument property on the XML data island.
Methods
    - A
 - C
 - D
 - M
 - N
 - R
 - U
 - V
 
Included Modules
    
  
  
    
    
    
    
      
      Attributes
      | [R] | clsid | |
| [R] | dispatch | |
| [R] | lastargs | |
| [R] | progid | 
Class Public methods
      
        
            
              new(obj = nil)
            
            Link
          
          
          
            Instance Public methods
      
        
            
              async()
            
            Link
          
          
          
            HRESULT async get asynchronous loading flag.
BOOL arg0 --- pf [OUT]
            
            
              async=(arg0)
            
            Link
          
          
          
            HRESULT async get asynchronous loading flag.
BOOL arg0 --- pf [IN]
            
            
              charset()
            
            Link
          
          
          
            HRESULT charset get encoding.
BSTR arg0 --- p [OUT]
            
            
              charset=(arg0)
            
            Link
          
          
          
            HRESULT charset get encoding.
BSTR arg0 --- p [IN]
            
            
              createElement(arg0, arg1=nil, arg2=nil)
            
            Link
          
          
          
            HRESULT createElement create different types of IXMLElements.
VARIANT arg0 --- vType [IN]
VARIANT arg1 --- var1 [IN]
IXMLElement2,IXMLElement2 arg2 --- ppElem [OUT]
            
            
              doctype()
            
            Link
          
          
          
            HRESULT doctype get document type.
BSTR arg0 --- p [OUT]
            
            
              method_missing(cmd, *arg)
            
            Link
          
          
          
            
            
              readyState()
            
            Link
          
          
          
            HRESULT readyState get ready state.
I4 arg0 --- pl [OUT]
            
            
              root()
            
            Link
          
          
          
            HRESULT root get root IXMLElement of the XML document.
IXMLElement2,IXMLElement2 arg0 --- p [OUT]
            
            
              url()
            
            Link
          
          
          
            HRESULT url set URL to load an XML document from the URL.
BSTR arg0 --- p [OUT]
            
            
              url=(arg0)
            
            Link
          
          
          
            HRESULT url set URL to load an XML document from the URL.
BSTR arg0 --- p [IN]