ReleaseXML Method

Releases the attached IXMLDOMElement object.

XMLAdapter.ReleaseXML( [lDisposeSchema] )

Parameters

  • lDisposeSchema
    Determines whether schema information is cleaned by ReleaseXML. The following table lists the values for lDisposeSchema.

    lDisposeSchema Description

    True (.T.)

    Clean Tables collection and sets the following XMLAdapter properties:

    • XMLName, XMLNamespace, and XMLPrefix to an empty string ("")

    • IsDiffGram to False (.F.)

    • SOM to null (.NULL.)

    • XMLConstraints to null (.NULL.)

    (Default)

    False (.F.)

    Schema information remains and XMLAdapter XMLName, XMLNamespace, XMLPrefix, IsDiffGram, XMLConstraints, and SOM remain unchanged.

Remarks

Applies To: XMLAdapter Class

See Also

Reference

XMLAdapter Object Properties, Methods, and Events
Tables Collection (XMLAdapter)
XMLName Property
XMLNamespace Property
XMLPrefix Property
IsDiffGram Property
SOM Property
XMLConstraints Property

Other Resources

Methods (Visual FoxPro)