/examples/KMLParser/bin-release/srcview/source/com/adobe/xml/syndication/atom/PersonTag.as.html
HTML | 87 lines | 76 code | 10 blank | 1 comment | 0 complexity | 5a56af63cf672c7823d486ae8d7a5a9a 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>PersonTag.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 a person construct within an Atom feed. 50 * 51 * @langversion ActionScript 3.0 52 * @playerversion Flash 8.5 53 * @tiptext 54 * 55 * @see http://www.atomenabled.org/developers/syndication/atom-format-spec.php#rfc.section.3.2 56 */</span> 57 <span class="ActionScriptReserved">public</span> <span class="ActionScriptclass">class</span> <span class="ActionScriptDefault_Text">PersonTag</span> 58 <span class="ActionScriptBracket/Brace">{</span> 59 <span class="ActionScriptASDoc">/** 60 * A human-readable name for the person. 61 * 62 * @langversion ActionScript 3.0 63 * @playerversion Flash 8.5 64 * @tiptext 65 */</span> 66 <span class="ActionScriptReserved">public</span> <span class="ActionScriptvar">var</span> <span class="ActionScriptDefault_Text">name</span><span class="ActionScriptOperator">:</span><span class="ActionScriptDefault_Text">String</span>; 67 68 <span class="ActionScriptASDoc">/** 69 * An IRI associated with the person. 70 * 71 * @langversion ActionScript 3.0 72 * @playerversion Flash 8.5 73 * @tiptext 74 */</span> 75 <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>; 76 77 <span class="ActionScriptASDoc">/** 78 * An e-mail address associated with the person 79 * 80 * @langversion ActionScript 3.0 81 * @playerversion Flash 8.5 82 * @tiptext 83 */</span> 84 <span class="ActionScriptReserved">public</span> <span class="ActionScriptvar">var</span> <span class="ActionScriptDefault_Text">email</span><span class="ActionScriptOperator">:</span><span class="ActionScriptDefault_Text">String</span>; 85 <span class="ActionScriptBracket/Brace">}</span> 86<span class="ActionScriptBracket/Brace">}</span></pre></body> 87</html>