| | |
Constant | Description | Used by the functions |
---|
fromFile | Loads an XML document from a file. | XMLOpen |
fromString | Loads an XML document from a string or from a buffer. | XMLOpen |
fromURL | Loads an XML document from an URL. | XMLOpen |
Versions 16 and laterxdHTML New in version 16xdHTML xdHTML | HTML document. This constant is used to optimize the operating mode of XMLBuildString. | XMLDocument |
xHTML | Indicates that the XML document contains HTML. Versions 16 and laterCaution: This constant is not available anymore. New in version 16Caution: This constant is not available anymore. Caution: This constant is not available anymore. | XMLDocument |
XMLAttribute | Indicates that the element is an attribute. | XMLChildExist, XMLElementType, XMLFind |
Versions 15 and laterXMLCDATA New in version 15XMLCDATA XMLCDATA | Indicates that a node contains rough data. | xmlNode variables |
XMLChildItem | The search will be performed in the current level and in all the descending branches of the current level of tree structure | XMLFind |
XMLContains | The search will be used to select all the elements that contain a specified set of characters. | XMLData, XMLFind |
XMLContinue | An "ascending" or "descending" search will be performed in the tree structure. | XMLFind |
XMLCurrentLevel | The search will be performed in the current level of tree structure. | XMLFind |
XMLCurrentPosition | Generates the XML code from the current position in the XML document (instead of the root). | XMLBuildString |
XMLDocumentDefault | Builds an XML document with a default header. | XMLBuildString, XMLSave |
XMLElement | Indicates that the element can be an attribute or a tag. | XMLFind |
XMLEncodingAmpersand | If the "&" (ampersand) character is found in the value of the added tag, it will be encoded using the "&" format. If this option value is not specified, the "&" character will be kept without modification. | XMLAddChild |
XMLEncodingIso8859_1 | Encoding according to the Latin character set. | rssDisplay, rssBuildString, rssSave, XMLBuildString |
XMLEncodingIso8859_2 | Encoding according to Iso8859_2. | rssDisplay, rssBuildString, rssSave, XMLBuildString |
XMLEncodingIso8859_3 | Encoding according to Iso8859_3. | rssDisplay, rssBuildString, rssSave, XMLBuildString |
XMLEncodingIso8859_4 | Encoding according to Iso8859_4. | rssDisplay, rssBuildString, rssSave, XMLBuildString |
XMLEncodingIso8859_5 | Encoding according to Iso8859_5. | rssDisplay, rssBuildString, rssSave, XMLBuildString |
XMLEncodingIso8859_6 | Encoding according to Iso8859_6. | rssDisplay, rssBuildString, rssSave, XMLBuildString |
XMLEncodingIso8859_7 | Encoding according to Iso8859_7. | rssDisplay, rssBuildString, rssSave, XMLBuildString |
XMLEncodingIso8859_8 | Encoding according to Iso8859_8. | rssDisplay, rssBuildString, rssSave, XMLBuildString |
XMLEncodingIso8859_9 | Encoding according to Iso8859_9. | rssDisplay, rssBuildString, rssSave, XMLBuildString |
XMLEncodingUTF16 | UNICODE encoding. | rssDisplay, rssBuildString, rssSave, XMLBuildString |
XMLEncodingUTF8 | UNICODE 8 encoding. | rssDisplay, rssBuildString, rssSave, XMLBuildString |
XMLError | The type of the element was not recognized. | XMLElementType |
XMLExact | Performs an exact-match and case-sensitive search. | XMLExtractString, XMLFind |
Versions 22 and laterXMLFormatting New in version 22XMLFormatting XMLFormatting | Saves the XML document with a formatting (indent and carriage returns). | XMLSave |
XMLIgnoreCase | Performs an exact-match search while ignoring the case. | XMLExtractString, XMLFind |
XMLNextElement | The insertion is performed just after the current tag, in the same branch. | XMLInsertDocument, XMLInsertElement |
XMLNoEncoding | No encoding. | rssDisplay, rssBuildString, rssSave, XMLBuildString |
XMLNoHeader | Builds an XML document without adding any header. | XMLBuildString, XMLSave |
XMLPreviousElement | The insertion is performed just before the current tag, in the same branch. | XMLInsertDocument, XMLInsertElement |
Versions 23 and laterXMLReaderCDATA New in version 23XMLReaderCDATA XMLReaderCDATA | Type of node: CDATA section. | xmlReader type |
Versions 23 and laterXMLReaderComment New in version 23XMLReaderComment XMLReaderComment | Type of node: Comments. | xmlReader type |
Versions 23 and laterXMLReaderDocumentType New in version 23XMLReaderDocumentType XMLReaderDocumentType | Type of node: DOCTYPE declaration. | xmlReader type |
Versions 23 and laterXMLReaderEmptyElementTag New in version 23XMLReaderEmptyElementTag XMLReaderEmptyElementTag | Type of node: Empty tag. | xmlReader type |
Versions 23 and laterXMLReaderEndTag New in version 23XMLReaderEndTag XMLReaderEndTag | Type of node: End of tag. | xmlReader type |
Versions 23 and laterXMLReaderEntity New in version 23XMLReaderEntity XMLReaderEntity | Type of node: Entity declaration. | xmlReader type |
Versions 23 and laterXMLReaderEntityReference New in version 23XMLReaderEntityReference XMLReaderEntityReference | Type of node: Reference to an entity. | xmlReader type |
Versions 23 and laterXMLReaderNone New in version 23XMLReaderNone XMLReaderNone | Type of node: Does not correspond to a node. | xmlReader type |
Versions 23 and laterXMLReaderProcessingInstruction New in version 23XMLReaderProcessingInstruction XMLReaderProcessingInstruction | Type of node: Processing statement. | xmlReader type |
Versions 23 and laterXMLReaderStartTag New in version 23XMLReaderStartTag XMLReaderStartTag | Type of node: Start of tag. | xmlReader type |
Versions 23 and laterXMLReaderText New in version 23XMLReaderText XMLReaderText | Type of node: Text. | xmlReader type |
Versions 23 and laterXMLReaderUnknown New in version 23XMLReaderUnknown XMLReaderUnknown | Type of node: Unknown type. | xmlReader type |
XMLRPDefault | The position is freed. The stored position is restored. | XMLRestorePosition |
XMLRPFilter | Restores the filter implemented by XMLSavePosition. | XMLRestorePosition |
XMLRPKeep | The position is not freed (XMLRestorePosition can be called again on this position). | XMLRestorePosition |
XMLStartWith | The search will be used to select all the elements that start with a specified set of characters. | XMLData, XMLFind |
XMLTag | Indicates that the element is a tag. | XMLElementType, XMLFind, xmlNode variables |
Versions 15 and laterXMLText New in version 15XMLText XMLText | Indicates that a node contains text. | xmlNode variables |
XMLValue | Indicates that the sought element is a value (of tag or attribute). | XMLFind |
XMLWithNamespace | Search performed on the elements containing a namespace. | XMLFind |
Versions 15 and laterxvNoValidation New in version 15xvNoValidation xvNoValidation | Saves the XML document without taking into account the XSD model specified when describing the XML document. | XMLSave |