JavaScript Editor js editor     Web development 



Main Page

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



JavaScript Editor js editor     Web development