| | |
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 |
xdHTML | HTML document. This constant is used to optimize the operating mode of XMLBuildString. | XMLDocument |
xHTML | Indicates that the XML document contains HTML. Caution: This constant is not available anymore. | XMLDocument |
XMLAttribute | Indicates that the element is an attribute. | XMLChildExist, XMLElementType, XMLFind |
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 |
XMLEncodingIso8859_15 | Latin-9 encoding. | rssDisplay, rssBuildString, rssSave, XMLBuildString |
XMLEncodingUTF8 | UNICODE 8 encoding. | rssDisplay, rssBuildString, rssSave, XMLBuildString |
XMLEncodingUTF16 | UNICODE 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 |
XMLFormatting | Saves the XML document with a formatting (indent and carriage returns). | XMLBuildString, 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 |
XMLReaderCDATA | Type of node: CDATA section. | xmlReader type |
XMLReaderComment | Type of node: Comments. | xmlReader type |
XMLReaderDocumentType | Type of node: DOCTYPE declaration. | xmlReader type |
XMLReaderEmptyElementTag | Type of node: Empty tag. | xmlReader type |
XMLReaderEndTag | Type of node: End of tag. | xmlReader type |
XMLReaderEntity | Type of node: Entity declaration. | xmlReader type |
XMLReaderEntityReference | Type of node: Reference to an entity. | xmlReader type |
XMLReaderNone | Type of node: Does not correspond to a node. | xmlReader type |
XMLReaderProcessingInstruction | Type of node: Processing statement. | xmlReader type |
XMLReaderStartTag | Type of node: Start of tag. | xmlReader type |
XMLReaderText | Type of node: Text. | xmlReader type |
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 |
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 |
xvNoValidation | Saves the XML document without taking into account the XSD model specified when describing the XML document. | XMLSave |