/examples/KMLParser/bin-release/srcview/source/com/adobe/xml/syndication/rss/IImage.as.html
HTML | 85 lines | 75 code | 9 blank | 1 comment | 0 complexity | 4b62958508dbb6bf31314d93d7aa956b 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>IImage.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">rss</span> 46<span class="ActionScriptBracket/Brace">{</span> 47 <span class="ActionScriptASDoc">/** 48 * Interface which defines the properties that are common across RSS 1.0 49 * RSS 2.0 images. 50 * 51 * @langversion ActionScript 3.0 52 * @playerversion Flash 8.5 53 * @tiptext 54 */</span> 55 <span class="ActionScriptReserved">public</span> <span class="ActionScriptinterface">interface</span> <span class="ActionScriptDefault_Text">IImage</span> 56 <span class="ActionScriptBracket/Brace">{</span> 57 <span class="ActionScriptASDoc">/** 58 * Describes the image. 59 * 60 * @langversion ActionScript 3.0 61 * @playerversion Flash 8.5 62 * @tiptext 63 */</span> 64 <span class="ActionScriptfunction">function</span> <span class="ActionScriptReserved">get</span> <span class="ActionScriptDefault_Text">title</span><span class="ActionScriptBracket/Brace">()</span><span class="ActionScriptOperator">:</span><span class="ActionScriptDefault_Text">String</span>; 65 66 <span class="ActionScriptASDoc">/** 67 * The URL of the site. 68 * 69 * @langversion ActionScript 3.0 70 * @playerversion Flash 8.5 71 * @tiptext 72 */</span> 73 <span class="ActionScriptfunction">function</span> <span class="ActionScriptReserved">get</span> <span class="ActionScriptDefault_Text">link</span><span class="ActionScriptBracket/Brace">()</span><span class="ActionScriptOperator">:</span><span class="ActionScriptDefault_Text">String</span>; 74 75 <span class="ActionScriptASDoc">/** 76 * The URL of a GIF, JPEG or PNG image. 77 * 78 * @langversion ActionScript 3.0 79 * @playerversion Flash 8.5 80 * @tiptext 81 */</span> 82 <span class="ActionScriptfunction">function</span> <span class="ActionScriptReserved">get</span> <span class="ActionScriptDefault_Text">url</span><span class="ActionScriptBracket/Brace">()</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>