De RAD Studio API Documentation
Classes
Routines
| DOMVendorNotSupported | |
| ExtractLocalName | Enlève le préfixe d'espace de nommage, le cas échéant, du nom de balise d'un noeud XML. |
| ExtractPrefix | Renvoie le préfixe d'espace de nommage du nom de balise d'un noeud XML. |
| GetDOM | Renvoie l'interface DOM de premier niveau pour une implémentation DOM enregistrée. |
| GetDOMNodeEx | |
| GetDOMVendor | Renvoie l'objet TDOMVendor d'un fournisseur DOM spécifié. |
| IsPrefixed | Indique si un nom de balise XML comporte un préfixe d'espace de nommage. |
| MakeNodeName | Assemble un nom complet de balise à partir d'un nom local et d'un préfixe d'espace de nommage. |
| NodeMatches | Indique si un noeud spécifié correspond à un espace de nommage et à un nom de balise donnés. |
| RegisterDOMVendor | Enregistre une implémentation des interfaces DOM afin qu'elle soit disponible pour la classe TXMLDocument. |
| SameNamespace | Indique si un noeud spécifié est défini dans un espace de nommage spécifié. |
| UnRegisterDOMVendor | Annule le recensement d'une implémentation DOM qui a été recensée à l'aide de RegisterDOMVendor. |
Types
Variables
Constantes
| ATTRIBUTE_NODE | ATTRIBUTE_NODE: Integer = 2; |
| CDATA_SECTION_NODE | CDATA_SECTION_NODE: Integer = 4; |
| COMMENT_NODE | COMMENT_NODE: Integer = 8; |
| DOCUMENT_FRAGMENT_NODE | DOCUMENT_FRAGMENT_NODE: Integer = $B; |
| DOCUMENT_NODE | DOCUMENT_NODE: Integer = 9; |
| DOCUMENT_TYPE_NODE | DOCUMENT_TYPE_NODE: Integer = $A; |
| DOMSTRING_SIZE_ERR | DOMSTRING_SIZE_ERR: Integer = 2; |
| DOMWrapperVersion | DOMWrapperVersion: Comp = 1.4; |
| ELEMENT_NODE | ELEMENT_NODE: Integer = 1; |
| ENTITY_NODE | ENTITY_NODE: Integer = 6; |
| ENTITY_REFERENCE_NODE | ENTITY_REFERENCE_NODE: Integer = 5; |
| HIERARCHY_REQUEST_ERR | HIERARCHY_REQUEST_ERR: Integer = 3; |
| INDEX_SIZE_ERR | INDEX_SIZE_ERR: Integer = 1; |
| INUSE_ATTRIBUTE_ERR | INUSE_ATTRIBUTE_ERR: Integer = $A; |
| INVALID_ACCESS_ERR | INVALID_ACCESS_ERR: Integer = $F; |
| INVALID_CHARACTER_ERR | INVALID_CHARACTER_ERR: Integer = 5; |
| INVALID_MODIFICATION_ERR | INVALID_MODIFICATION_ERR: Integer = $D; |
| INVALID_STATE_ERR | INVALID_STATE_ERR: Integer = $B; |
| NAMESPACE_ERR | NAMESPACE_ERR: Integer = $E; |
| NO_DATA_ALLOWED_ERR | NO_DATA_ALLOWED_ERR: Integer = 6; |
| NO_MODIFICATION_ALLOWED_ERR | NO_MODIFICATION_ALLOWED_ERR: Integer = 7; |
| NOT_FOUND_ERR | NOT_FOUND_ERR: Integer = 8; |
| NOT_SUPPORTED_ERR | NOT_SUPPORTED_ERR: Integer = 9; |
| NOTATION_NODE | NOTATION_NODE: Integer = $C; |
| NSDelim | NSDelim: Char = $3A; |
| PROCESSING_INSTRUCTION_NODE | PROCESSING_INSTRUCTION_NODE: Integer = 7; |
| SEncoding | SEncoding: string = encoding; |
| SHttp | SHttp: string = http:/; |
| SStandalone | SStandalone: string = standalone; |
| SVersion | SVersion: string = version; |
| SXML | SXML: string = xml; |
| SXMLNamespaceURI | SXMLNamespaceURI: string = http://www.w3.org/2000/xmlns/; |
| SXMLNS | SXMLNS: string = xmlns; |
| SXMLPrefixNamespaceURI | SXMLPrefixNamespaceURI: string = http://www.w3.org/XML/1998/namespace; |
| SYNTAX_ERR | SYNTAX_ERR: Integer = $C; |
| TEXT_NODE | TEXT_NODE: Integer = 3; |
| WRONG_DOCUMENT_ERR | WRONG_DOCUMENT_ERR: Integer = 4; |