/examples/KMLParser/bin-release/srcview/source/com/adobe/xml/syndication/generic/Excerpt.as.html
HTML | 85 lines | 75 code | 9 blank | 1 comment | 0 complexity | b6884bf8c6eb1e0a25ef135e7679fa32 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>Excerpt.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">generic</span> 46<span class="ActionScriptBracket/Brace">{</span> 47 <span class="ActionScriptASDoc">/** 48 * Class that represents a generic excerpt or description. 49 * 50 * @langversion ActionScript 3.0 51 * @playerversion Flash 8.5 52 * @tiptext 53 */</span> 54 <span class="ActionScriptReserved">public</span> <span class="ActionScriptclass">class</span> <span class="ActionScriptDefault_Text">Excerpt</span> 55 <span class="ActionScriptBracket/Brace">{</span> 56 <span class="ActionScriptASDoc">/** 57 * The content type of the excerpt. 58 * 59 * @langversion ActionScript 3.0 60 * @playerversion Flash 8.5 61 * @tiptext 62 */</span> 63 <span class="ActionScriptReserved">public</span> <span class="ActionScriptvar">var</span> <span class="ActionScriptDefault_Text">type</span><span class="ActionScriptOperator">:</span><span class="ActionScriptDefault_Text">String</span>; 64 65 <span class="ActionScriptASDoc">/** 66 * If the excerpt isn't actually included, the URL pointing to the 67 * excerpt. 68 * 69 * @langversion ActionScript 3.0 70 * @playerversion Flash 8.5 71 * @tiptext 72 */</span> 73 <span class="ActionScriptReserved">public</span> <span class="ActionScriptvar">var</span> <span class="ActionScriptDefault_Text">src</span><span class="ActionScriptOperator">:</span><span class="ActionScriptDefault_Text">String</span>; 74 75 <span class="ActionScriptASDoc">/** 76 * The actual excerpt itself. 77 * 78 * @langversion ActionScript 3.0 79 * @playerversion Flash 8.5 80 * @tiptext 81 */</span> 82 <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>; 83 <span class="ActionScriptBracket/Brace">}</span> 84<span class="ActionScriptBracket/Brace">}</span></pre></body> 85</html>