XML Support Routines

From RAD Studio
Jump to: navigation, search

Go Up to API Categories Index

This topic lists all XML support routines and variables.

Routine Description

Xml.XMLDoc.CreateDOMNode

Creates a new DOM node and returns its interface.

Xml.xmldom.DOMVendors

Lists all registered DOM Vendors.

Xml.xmldom.TDOMVendorList.Vendors

Lists the DOM vendors maintained by this TDOMVendorList object.

Soap.XSBuiltIns.DateTimeToXMLTime

Returns the XML string that represents a TDateTime value.

Soap.XSBuiltIns.DateTimeToXSDateTime

Returns an Soap.XSBuiltIns.TXSDateTime object that encodes a TDateTime value.

Xml.xmldom.DefaultDOMVendor

Identifies the DOM implementation that is used by default.

Xml.xmldom.ExtractLocalName

Strips the namespace prefix, if present, from the tag name of an XML node.

Xml.xmldom.ExtractPrefix

Returns the namespace prefix of an XML node's tag name.

Xml.XMLDoc.FormatXMLData

Formats a string of XML so that it is more readable.

Xml.xmldom.GetDOM

Returns the top-level DOM interface for a registered DOM implementation.

Xml.xmldom.GetDOMVendor

Returns the TDOMVendor object for a specified DOM vendor.

Xml.xmldom.IsPrefixed

Indicates whether an XML tag name includes a namespace prefix.

Xml.XMLDoc.LoadXMLData

Creates and returns the interface of an XML document object, given a string of XML.

Xml.XMLDoc.LoadXMLDocument

Returns the interface for an XML document, given the name of an XML file.

Xml.xmldom.MakeNodeName

Assembles a full tag name from a local name and namespace prefix.

Xml.XMLDoc.NewXMLDocument

Returns the interface for a new, empty XML document.

Xml.xmldom.NodeMatches

Indicates whether a specified node matches a given namespace and tag name.

Xml.xmldom.RegisterDOMVendor

Registers an implementation of the DOM interfaces so that it is available to the TXMLDocument class.

Xml.xmldom.SameNamespace

Indicates whether a specified node is defined within a specified namespace.

Xml.xmldom.UnRegisterDOMVendor

Unregisters a DOM implementation that was registered using Xml.xmldom.RegisterDOMVendor.

Xml.XMLDoc.XMLDocError

Raises an Xml.XMLDoc.XMLDocError exception.

Soap.XSBuiltIns.XMLTimeToDateTime

Returns a TDateTime value to represent an XML date/time value.

Xml.Win.msxmldom.MSXML6 ProhibitDTD

Indicates whether to prohibit DTD processing.


See Also