4D v16.3XML |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v16.3
XML
|
Constante | Tipo | Valor | Comentário |
Copy XML data source | Inteiro longo | 1 | 4D keeps a copy of the DOM tree with the picture, which means the picture can be saved in a picture field of the database and then redisplayed or exported at any time. |
DOCTYPE Name | Inteiro longo | 3 | Name of the root element as defined in the DOCTYPE marker |
Document URI | Inteiro longo | 6 | URI of the DTD |
Encoding | Inteiro longo | 4 | Encoding used (UTF-8, ISO...) |
Get XML data source | Inteiro longo | 0 | 4D only reads the XML data source; it is not kept with the picture. This noticeably increases command execution speed; however, because the DOM tree is not kept, it is not possible to store or export the picture. |
Own XML data source | Inteiro longo | 2 | 4D exports the DOM tree with the picture. The picture can be stored or exported and command execution is fast. However, the elementRef XML reference can then no longer be used by other 4D commands. This is the default mode for exporting when the exportType parameter is omitted. |
PUBLIC ID | Inteiro longo | 1 | Public identifier (FPI) of the DTD to which the document conforms (if the DOCTYPE xxx PUBLIC tag is present). |
SYSTEM ID | Inteiro longo | 2 | System identifier |
Version | Inteiro longo | 5 | Accepted XML version |
XML Base64 | Inteiro longo | 1 | |
XML binary encoding | Inteiro longo | 5 | Specifies the way binary data will be converted. Possible values:
|
XML case insensitive | Inteiro longo | 2 | |
XML case sensitive | Inteiro longo | 1 | |
XML CDATA | Inteiro longo | 7 | |
XML comment | Inteiro longo | 2 | |
XML convert to PNG | Inteiro longo | 1 | |
XML DATA | Inteiro longo | 6 | |
XML data URI scheme | Inteiro longo | 2 | |
XML date encoding | Inteiro longo | 2 | Specifies the way 4D dates will be converted. For example, !01/01/2003! in the Paris time zone. Possible values:
|
XML datetime local | Inteiro longo | 3 | |
XML datetime local absolute | Inteiro longo | 1 | |
XML datetime UTC | Inteiro longo | 5 | |
XML DOCTYPE | Inteiro longo | 10 | |
XML DOM case sensitivity | Inteiro longo | 8 | Specifies the case sensitivity regarding element names for DOM Get XML element and DOM Count XML elements commands. Possible values:
|
XML duration | Inteiro longo | 2 | |
XML ELEMENT | Inteiro longo | 11 | |
XML end document | Inteiro longo | 9 | |
XML end element | Inteiro longo | 5 | |
XML entity | Inteiro longo | 8 | |
XML external entity resolution | Inteiro longo | 7 | Controla se as entidades externas são resolvidas em documentos XML. De forma pré-determinada, por razões de segurança, os analisadores XML DOM e SAX 4D não permitem a resolução de entidades externas. Valores possíveis:
|
XML indentation | Inteiro longo | 4 | Specifies the indentation of the XML document. Possible values:
|
XML ISO | Inteiro longo | 1 | |
XML local | Inteiro longo | 2 | |
XML native codec | Inteiro longo | 2 | |
XML no indentation | Inteiro longo | 2 | |
XML picture encoding | Inteiro longo | 6 | Specifies the way pictures must be converted (before encoding in Base64). Possible values:
|
XML processing instruction | Inteiro longo | 3 | |
XML raw data | Inteiro longo | 2 | |
XML seconds | Inteiro longo | 4 | |
XML start document | Inteiro longo | 1 | |
XML start element | Inteiro longo | 4 | |
XML string encoding | Inteiro longo | 1 | Specifies the way 4D strings are converted to element values. It does not concern the conversion to attributes for which XML imposes the use of escape characters. Possible values:
|
XML time encoding | Inteiro longo | 3 | Specifies the way 4D times are converted. For example, ?02/00/46? (Paris time). The encoding differs depending on whether you want to express a time or a duration. Possible values for times:
|
XML UTC | Inteiro longo | 4 | |
XML with escaping | Inteiro longo | 1 | |
XML with indentation | Inteiro longo | 1 |
DOM Append XML child node
DOM GET XML CHILD NODES
DOM Get XML information
SAX Get XML node
SVG EXPORT TO PICTURE
XML GET OPTIONS
XML SET OPTIONS
Produto: 4D
Tema: Lista de temas constantes
Manual de linguagem 4D ( 4D v16)
Manual de linguagem 4D ( 4D v16.1)
Manual de linguagem 4D ( 4D v16.2)
Manual de linguagem 4D ( 4D v16.3)