Xml.XMLDoc.TXMLDocument Properties
InheritedProtected
| Active | published | Specifies whether the XML document has been parsed so that the DOM interfaces are available to examine or change its contents. |
| AsyncLoadState | public | Indicates the state of the DOM parser when it parses the XML document asynchronously. |
| ChildNodes | public | Lists all of the child nodes of the document. |
| ComObject | public | Specifies the interface reference implemented by the component. |
| ComponentCount | public | Indicates the number of components owned by the component. |
| ComponentIndex | public | Indicates the position of the component in its owner's Components property array. |
| Components | public | Lists all components owned by the component. |
| ComponentState | public | Describes the current state of the component, indicating when a component needs to avoid certain actions. |
| ComponentStyle | public | Governs the behavior of the component. |
| DesignInfo | public | Contains information used by the Form designer. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| DocBindingInfo | protected | |
| DocSource | protected | |
| DocumentElement | public | Provides access to the root node of the XML document. |
| DOMDocument | public | Provides access to the DOM interface for the parsed XML document. |
| DOMImplementation | public | Provides access to the DOM interface for document-independent functions. |
| DOMParseOptions | protected | DOMParseOptions specifies parsing options for an XML document. |
| DOMPersist | protected | |
| DOMVendor | published | Specifies the DOM implementation to use for parsing and manipulating the XML document. |
| Encoding | public | Indicates the character set that the XML document uses to encode characters. |
| FileName | published | Specifies the file name for the XML document associated with this TXMLDocument object. |
| Modified | public | Indicates whether the XML document has been modified. |
| Name | published | Specifies the name of the component as referenced in code. |
| Node | public | Provides access to the document node for the XML document. |
| NodeIndentStr | published | Indicates the string that is inserted before nested nodes in the formatted XML text. |
| NSPrefixBase | public | Specifies the base string for automatically-generated namespace prefixes. |
| Observers | public | Indicates the TObservers object added to the TComponent. |
| Options | published | Influences various aspects of the document's behavior. |
| Owner | public | Indicates the component that is responsible for streaming and freeing this component. |
| ParseOptions | published | Specifies implementation-specific options that are followed when parsing the XML document. |
| PrefixID | protected | |
| SchemaRef | public | Returns the name of the schema associated with this XML document. |
| StandAlone | public | Indicates whether the XML document includes any external markup declarations. |
| Tag | published | Stores a NativeInt integral value as a part of a component. |
| VCLComObject | public | Represents information used internally by components that support COM. |
| Version | public | Indicates the XML version that the document uses. |
| XML | published | Specifies the content of the XML document associated with this TXMLDocument object. |