PageRenderTime 33ms CodeModel.GetById 23ms RepoModel.GetById 1ms app.codeStats 0ms

/examples/KMLParser/bin-release/srcview/source/com/adobe/xml/syndication/atom/Generator.as.html

http://gmaps-utility-library-flash.googlecode.com/
HTML | 100 lines | 87 code | 12 blank | 1 comment | 0 complexity | bbecbbd01d2aedc0478156c289306c11 MD5 | raw file
  1. <!-- saved from url=(0014)about:internet -->
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  6. <title>Generator.as</title>
  7. <link rel="stylesheet" type="text/css" href="../../../../../../SourceStyles.css"/>
  8. </head>
  9. <body><pre><span class="ActionScriptComment">/*
  10. Adobe Systems Incorporated(r) Source Code License Agreement
  11. Copyright(c) 2005 Adobe Systems Incorporated. All rights reserved.
  12. Please read this Source Code License Agreement carefully before using
  13. the source code.
  14. Adobe Systems Incorporated grants to you a perpetual, worldwide, non-exclusive,
  15. no-charge, royalty-free, irrevocable copyright license, to reproduce,
  16. prepare derivative works of, publicly display, publicly perform, and
  17. distribute this source code and such derivative works in source or
  18. object code form without any attribution requirements.
  19. The name &quot;Adobe Systems Incorporated&quot; must not be used to endorse or promote products
  20. derived from the source code without prior written permission.
  21. You agree to indemnify, hold harmless and defend Adobe Systems Incorporated from and
  22. against any loss, damage, claims or lawsuits, including attorney&apos;s
  23. fees that arise or result from your use or distribution of the source
  24. code.
  25. THIS SOURCE CODE IS PROVIDED &quot;AS IS&quot; AND &quot;WITH ALL FAULTS&quot;, WITHOUT
  26. ANY TECHNICAL SUPPORT OR ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING,
  27. BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  28. FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ALSO, THERE IS NO WARRANTY OF
  29. NON-INFRINGEMENT, TITLE OR QUIET ENJOYMENT. IN NO EVENT SHALL MACROMEDIA
  30. OR ITS SUPPLIERS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  31. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  32. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
  33. OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  34. WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
  35. OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOURCE CODE, EVEN IF
  36. ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  37. */</span>
  38. <span class="ActionScriptpackage">package</span> <span class="ActionScriptDefault_Text">com</span>.<span class="ActionScriptDefault_Text">adobe</span>.<span class="ActionScriptDefault_Text">xml</span>.<span class="ActionScriptDefault_Text">syndication</span>.<span class="ActionScriptDefault_Text">atom</span>
  39. <span class="ActionScriptBracket/Brace">{</span>
  40. <span class="ActionScriptASDoc">/**
  41. * Class that represents an generator element within an Atom feed.
  42. *
  43. * The tag identifies the agent used to generate a specific feed.
  44. *
  45. * @langversion ActionScript 3.0
  46. * @playerversion Flash 8.5
  47. * @tiptext
  48. *
  49. * @see http://www.atomenabled.org/developers/syndication/atom-format-spec.php#rfc.section.4.2.4
  50. */</span>
  51. <span class="ActionScriptReserved">public</span> <span class="ActionScriptclass">class</span> <span class="ActionScriptDefault_Text">Generator</span>
  52. <span class="ActionScriptBracket/Brace">{</span>
  53. <span class="ActionScriptASDoc">/**
  54. * An IRI reference which when dereferenced, the resulting URI (mapped
  55. * from an IRI, if necessary) SHOULD produce a representation that is
  56. * relevant to that agent.
  57. *
  58. * @langversion ActionScript 3.0
  59. * @playerversion Flash 8.5
  60. * @tiptext
  61. */</span>
  62. <span class="ActionScriptReserved">public</span> <span class="ActionScriptvar">var</span> <span class="ActionScriptDefault_Text">uri</span><span class="ActionScriptOperator">:</span><span class="ActionScriptDefault_Text">String</span>;
  63. <span class="ActionScriptASDoc">/**
  64. * Identifies the version of the generating agent.
  65. *
  66. * @langversion ActionScript 3.0
  67. * @playerversion Flash 8.5
  68. * @tiptext
  69. */</span>
  70. <span class="ActionScriptReserved">public</span> <span class="ActionScriptvar">var</span> <span class="ActionScriptDefault_Text">version</span><span class="ActionScriptOperator">:</span><span class="ActionScriptDefault_Text">String</span>;
  71. <span class="ActionScriptComment">/*
  72. //TODO
  73. from the spec:
  74. Entities such as &quot;&amp;amp;&quot; and &quot;&amp;lt;&quot; represent their corresponding
  75. characters (&quot;&amp;&quot; and &quot;&lt;&quot; respectively), not markup.
  76. Do we decode these?
  77. */</span>
  78. <span class="ActionScriptASDoc">/**
  79. * A string that is a human-readable name for the generating agent.
  80. *
  81. * @langversion ActionScript 3.0
  82. * @playerversion Flash 8.5
  83. * @tiptext
  84. */</span>
  85. <span class="ActionScriptReserved">public</span> <span class="ActionScriptvar">var</span> <span class="ActionScriptDefault_Text">value</span><span class="ActionScriptOperator">:</span><span class="ActionScriptDefault_Text">String</span>;
  86. <span class="ActionScriptBracket/Brace">}</span>
  87. <span class="ActionScriptBracket/Brace">}</span></pre></body>
  88. </html>