/examples/KMLParser/bin-release/srcview/source/com/adobe/xml/syndication/atom/Generator.as.html
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 10<body><pre><span class="ActionScriptComment">/* 11 Adobe Systems Incorporated(r) Source Code License Agreement 12 Copyright(c) 2005 Adobe Systems Incorporated. All rights reserved. 13 14 Please read this Source Code License Agreement carefully before using 15 the source code. 16 17 Adobe Systems Incorporated grants to you a perpetual, worldwide, non-exclusive, 18 no-charge, royalty-free, irrevocable copyright license, to reproduce, 19 prepare derivative works of, publicly display, publicly perform, and 20 distribute this source code and such derivative works in source or 21 object code form without any attribution requirements. 22 23 The name "Adobe Systems Incorporated" must not be used to endorse or promote products 24 derived from the source code without prior written permission. 25 26 You agree to indemnify, hold harmless and defend Adobe Systems Incorporated from and 27 against any loss, damage, claims or lawsuits, including attorney's 28 fees that arise or result from your use or distribution of the source 29 code. 30 31 THIS SOURCE CODE IS PROVIDED "AS IS" AND "WITH ALL FAULTS", WITHOUT 32 ANY TECHNICAL SUPPORT OR ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, 33 BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 34 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ALSO, THERE IS NO WARRANTY OF 35 NON-INFRINGEMENT, TITLE OR QUIET ENJOYMENT. IN NO EVENT SHALL MACROMEDIA 36 OR ITS SUPPLIERS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 37 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 38 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; 39 OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 40 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 41 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOURCE CODE, EVEN IF 42 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 43*/</span> 44 45<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> 46<span class="ActionScriptBracket/Brace">{</span> 47 48 <span class="ActionScriptASDoc">/** 49 * Class that represents an generator element within an Atom feed. 50 * 51 * The tag identifies the agent used to generate a specific feed. 52 * 53 * @langversion ActionScript 3.0 54 * @playerversion Flash 8.5 55 * @tiptext 56 * 57 * @see http://www.atomenabled.org/developers/syndication/atom-format-spec.php#rfc.section.4.2.4 58 */</span> 59 <span class="ActionScriptReserved">public</span> <span class="ActionScriptclass">class</span> <span class="ActionScriptDefault_Text">Generator</span> 60 <span class="ActionScriptBracket/Brace">{</span> 61 <span class="ActionScriptASDoc">/** 62 * An IRI reference which when dereferenced, the resulting URI (mapped 63 * from an IRI, if necessary) SHOULD produce a representation that is 64 * relevant to that 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">uri</span><span class="ActionScriptOperator">:</span><span class="ActionScriptDefault_Text">String</span>; 71 72 <span class="ActionScriptASDoc">/** 73 * Identifies the version of the generating agent. 74 * 75 * @langversion ActionScript 3.0 76 * @playerversion Flash 8.5 77 * @tiptext 78 */</span> 79 <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>; 80 81 82 <span class="ActionScriptComment">/* 83 //TODO 84 from the spec: 85 Entities such as "&amp;" and "&lt;" represent their corresponding 86 characters ("&" and "<" respectively), not markup. 87 88 Do we decode these? 89 */</span> 90 <span class="ActionScriptASDoc">/** 91 * A string that is a human-readable name for the generating agent. 92 * 93 * @langversion ActionScript 3.0 94 * @playerversion Flash 8.5 95 * @tiptext 96 */</span> 97 <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>; 98 <span class="ActionScriptBracket/Brace">}</span> 99<span class="ActionScriptBracket/Brace">}</span></pre></body> 100</html>