File: plist2json.xml

package info (click to toggle)
lazarus 4.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 275,760 kB
  • sloc: pascal: 2,341,904; xml: 509,420; makefile: 348,726; cpp: 93,608; sh: 3,387; java: 609; perl: 297; sql: 222; ansic: 137
file content (55 lines) | stat: -rw-r--r-- 1,328 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0" encoding="utf-8"?>
<fpdoc-descriptions>
<package name="lazutils">
<!--
========================================================================
plist2json
========================================================================
-->
<module name="plist2json">
<short>
Contains routines used to convert the content in an XML document to its 
representation using JSON (JavaScript Object Notation).
</short>
<descr>
Used in the implementation of the TextMate grammar parser in the LazEdit 
package.
</descr>

<!-- unresolved references -->
<element name="Classes"/>
<element name="SysUtils"/>
<element name="Laz2_DOM"/>
<element name="fpjson"/>

<element name="PListXml2Json">
<short>
Converts the content in the specified XML document to its representation 
using JSON (JavaScript Object Notation).
</short>
<descr>
<p>
Used in the implementation of the TextMate grammar parser in the LazEdit 
package.
</p>
</descr>
<version>
Added in LazUtils version 4.0.  
</version>
<seealso/>
</element>
<element name="PListXml2Json.Result">
<short>
TJSON instance with the content for the XML document.
</short>
</element>
<element name="PListXml2Json.AnXml">
<short>
TXMLDocument with the grammar definitions converted in the routine.
</short>
</element>

</module>
<!-- plist2json -->
</package>
</fpdoc-descriptions>