/docs/com/google/maps/extras/xmlparsers/kml/Document.html
HTML | 273 lines | 263 code | 1 blank | 9 comment | 0 complexity | f0fb4e53c0e28604867558d8ef940d9f MD5 | raw file
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2<html> 3<head> 4<META http-equiv="Content-Type" content="text/html; charset=UTF-8"> 5<link rel="stylesheet" href="../../../../../../style.css" type="text/css" media="screen"> 6<link rel="stylesheet" href="../../../../../../print.css" type="text/css" media="print"> 7<meta content="Document,com.google.maps.extras.xmlparsers.kml.Document,styleMap,styles,toString" name="keywords"> 8<title>com.google.maps.extras.xmlparsers.kml.Document</title> 9</head> 10<body> 11<script type="text/javascript" language="javascript" src="../../../../../../asdoc.js"></script><script type="text/javascript" language="javascript" src="../../../../../../cookies.js"></script><script type="text/javascript" language="javascript"> 12<!-- 13 asdocTitle = 'Document - API Documentation'; 14 var baseRef = '../../../../../../'; 15 window.onload = configPage; 16 --></script> 17<table style="display:none" id="titleTable" cellspacing="0" cellpadding="0" class="titleTable"> 18<tr> 19<td align="left" class="titleTableTitle">API Documentation</td><td align="right" class="titleTableTopNav"><a onclick="loadClassListFrame('../../../../../../all-classes.html')" href="../../../../../../package-summary.html">All Packages</a> | <a onclick="loadClassListFrame('../../../../../../all-classes.html')" href="../../../../../../class-summary.html">All Classes</a> | <a onclick="loadClassListFrame('../../../../../../index-list.html')" href="../../../../../../all-index-A.html">Index</a> | <a href="../../../../../../index.html?com/google/maps/extras/xmlparsers/kml/Document.html&com/google/maps/extras/xmlparsers/kml/class-list.html" id="framesLink1">Frames</a><a onclick="parent.location=document.location" href="" style="display:none" id="noFramesLink1">No Frames</a></td><td rowspan="3" align="right" class="titleTableLogo"><img alt="Adobe Logo" title="Adobe Logo" class="logoImage" src="../../../../../../images/logo.jpg"></td> 20</tr> 21<tr class="titleTableRow2"> 22<td align="left" id="subTitle" class="titleTableSubTitle">Class Document</td><td align="right" id="subNav" class="titleTableSubNav"><a href="#propertySummary">Properties</a> | <a href="#methodSummary">Methods</a></td> 23</tr> 24<tr class="titleTableRow3"> 25<td colspan="2"> </td> 26</tr> 27</table> 28<script type="text/javascript" language="javascript"> 29<!-- 30if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("Class Document"); titleBar_setSubNav(false,true,false,false,false,false,true,false,false,false,false,false,false,false);} 31--></script> 32<div class="MainContent"> 33<table cellspacing="0" cellpadding="0" class="classHeaderTable"> 34<tr> 35<td class="classHeaderTableLabel">Package</td><td><a onclick="javascript:loadClassListFrame('class-list.html')" href="package-detail.html">com.google.maps.extras.xmlparsers.kml</a></td> 36</tr> 37<tr> 38<td class="classHeaderTableLabel">Class</td><td class="classSignature">public class Document</td> 39</tr> 40<tr> 41<td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">Document <img class="inheritArrow" alt="Inheritance" title="Inheritance" src="../../../../../../images/inherit-arrow.gif"> <a href="Container.html">Container</a> <img class="inheritArrow" alt="Inheritance" title="Inheritance" src="../../../../../../images/inherit-arrow.gif"> <a href="Feature.html">Feature</a> <img class="inheritArrow" alt="Inheritance" title="Inheritance" src="../../../../../../images/inherit-arrow.gif"> <a href="KmlObject.html">KmlObject</a> <img class="inheritArrow" alt="Inheritance" title="Inheritance" src="../../../../../../images/inherit-arrow.gif"> <a href="../XmlElement.html">XmlElement</a></td> 42</tr> 43</table> 44<p></p> 45 Class that represents a <Document> element within a KML file. 46 47 <p></p> 48<p> 49<span class="classHeaderTableLabel">See also</span> 50</p> 51<div class="seeAlso"> 52<a href="http://code.google.com/apis/kml/documentation/kmlreference.html#document" target="mm_external">http://code.google.com/apis/kml/documentation/kmlreference.html#document</a> 53</div> 54<br> 55<hr> 56</div> 57<a name="propertySummary"></a> 58<div class="summarySection"> 59<div class="summaryTableTitle">Public Properties</div> 60<div class="showHideLinks"> 61<div class="hideInheritedProperty" id="hideInheritedProperty"> 62<a onclick="javascript:setInheritedVisible(false,'Property');" href="#propertySummary" class="showHideLink"><img src="../../../../../../images/expanded.gif" class="showHideLinkImage"> Hide Inherited Public Properties</a> 63</div> 64<div class="showInheritedProperty" id="showInheritedProperty"> 65<a onclick="javascript:setInheritedVisible(true,'Property');" href="#propertySummary" class="showHideLink"><img src="../../../../../../images/collapsed.gif" class="showHideLinkImage"> Show Inherited Public Properties</a> 66</div> 67</div> 68<table id="summaryTableProperty" class="summaryTable " cellpadding="3" cellspacing="0"> 69<tr> 70<th> </th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined by</th> 71</tr> 72<tr class="hideInheritedProperty"> 73<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"><img class="inheritedSummaryImage" title="Inherited" alt="Inherited" src="../../../../../../images/inheritedSummary.gif"></td><td class="summaryTableSignatureCol"><a class="signatureLink" href="Feature.html#author">author</a> : <a href="../atom/Author.html">Author</a> 74<div class="summaryTableDescription"> 75 Represents the <atom:author> child element.</div> 76</td><td class="summaryTableOwnerCol"><a href="Feature.html">Feature</a></td> 77</tr> 78<tr class="hideInheritedProperty"> 79<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"><img class="inheritedSummaryImage" title="Inherited" alt="Inherited" src="../../../../../../images/inheritedSummary.gif"></td><td class="summaryTableSignatureCol"><a class="signatureLink" href="Feature.html#description">description</a> : String<div class="summaryTableDescription"> 80 Represents the <description> child element.</div> 81</td><td class="summaryTableOwnerCol"><a href="Feature.html">Feature</a></td> 82</tr> 83<tr class="hideInheritedProperty"> 84<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"><img class="inheritedSummaryImage" title="Inherited" alt="Inherited" src="../../../../../../images/inheritedSummary.gif"></td><td class="summaryTableSignatureCol"><a class="signatureLink" href="Container.html#features">features</a> : Array<div class="summaryTableDescription"> 85 An array of child features of this container.</div> 86</td><td class="summaryTableOwnerCol"><a href="Container.html">Container</a></td> 87</tr> 88<tr class="hideInheritedProperty"> 89<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"><img class="inheritedSummaryImage" title="Inherited" alt="Inherited" src="../../../../../../images/inheritedSummary.gif"></td><td class="summaryTableSignatureCol"><a class="signatureLink" href="KmlObject.html#_id">_id</a> : String<div class="summaryTableDescription"></div> 90</td><td class="summaryTableOwnerCol"><a href="KmlObject.html">KmlObject</a></td> 91</tr> 92<tr class="hideInheritedProperty"> 93<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"><img class="inheritedSummaryImage" title="Inherited" alt="Inherited" src="../../../../../../images/inheritedSummary.gif"></td><td class="summaryTableSignatureCol"><a class="signatureLink" href="KmlObject.html#id">id</a> : String<div class="summaryTableDescription"> 94 Represents the id attribute of the element.</div> 95</td><td class="summaryTableOwnerCol"><a href="KmlObject.html">KmlObject</a></td> 96</tr> 97<tr class="hideInheritedProperty"> 98<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"><img class="inheritedSummaryImage" title="Inherited" alt="Inherited" src="../../../../../../images/inheritedSummary.gif"></td><td class="summaryTableSignatureCol"><a class="signatureLink" href="KmlObject.html#kml">kml</a> : Namespace<div class="summaryTableDescription"></div> 99</td><td class="summaryTableOwnerCol"><a href="KmlObject.html">KmlObject</a></td> 100</tr> 101<tr class="hideInheritedProperty"> 102<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"><img class="inheritedSummaryImage" title="Inherited" alt="Inherited" src="../../../../../../images/inheritedSummary.gif"></td><td class="summaryTableSignatureCol"><a class="signatureLink" href="Feature.html#link">link</a> : <a href="../atom/Link.html">Link</a> 103<div class="summaryTableDescription"> 104 Represents the <atom:link> child element.</div> 105</td><td class="summaryTableOwnerCol"><a href="Feature.html">Feature</a></td> 106</tr> 107<tr class="hideInheritedProperty"> 108<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"><img class="inheritedSummaryImage" title="Inherited" alt="Inherited" src="../../../../../../images/inheritedSummary.gif"></td><td class="summaryTableSignatureCol"><a class="signatureLink" href="Feature.html#name">name</a> : String<div class="summaryTableDescription"> 109 Represents the <name> child element.</div> 110</td><td class="summaryTableOwnerCol"><a href="Feature.html">Feature</a></td> 111</tr> 112<tr class="hideInheritedProperty"> 113<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"><img class="inheritedSummaryImage" title="Inherited" alt="Inherited" src="../../../../../../images/inheritedSummary.gif"></td><td class="summaryTableSignatureCol"><a class="signatureLink" href="Feature.html#open">open</a> : Boolean<div class="summaryTableDescription"> 114 Represents the <open> child element.</div> 115</td><td class="summaryTableOwnerCol"><a href="Feature.html">Feature</a></td> 116</tr> 117<tr class="hideInheritedProperty"> 118<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"><img class="inheritedSummaryImage" title="Inherited" alt="Inherited" src="../../../../../../images/inheritedSummary.gif"></td><td class="summaryTableSignatureCol"><a class="signatureLink" href="Feature.html#snippet">snippet</a> : String<div class="summaryTableDescription"> 119 Represents the <snippet> child element.</div> 120</td><td class="summaryTableOwnerCol"><a href="Feature.html">Feature</a></td> 121</tr> 122<tr class="hideInheritedProperty"> 123<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"><img class="inheritedSummaryImage" title="Inherited" alt="Inherited" src="../../../../../../images/inheritedSummary.gif"></td><td class="summaryTableSignatureCol"><a class="signatureLink" href="Feature.html#style">style</a> : <a href="../kml/Style.html">Style</a> 124<div class="summaryTableDescription"> 125 Represents the <Style> child element.</div> 126</td><td class="summaryTableOwnerCol"><a href="Feature.html">Feature</a></td> 127</tr> 128<tr class=""> 129<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"> </td><td class="summaryTableSignatureCol"><a class="signatureLink" href="#styleMap">styleMap</a> : <a href="../kml/StyleMap.html">StyleMap</a> 130<div class="summaryTableDescription">[read-only]</div> 131</td><td class="summaryTableOwnerCol">Document</td> 132</tr> 133<tr class=""> 134<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"> </td><td class="summaryTableSignatureCol"><a class="signatureLink" href="#styles">styles</a> : Array<div class="summaryTableDescription">[read-only]</div> 135</td><td class="summaryTableOwnerCol">Document</td> 136</tr> 137<tr class="hideInheritedProperty"> 138<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"><img class="inheritedSummaryImage" title="Inherited" alt="Inherited" src="../../../../../../images/inheritedSummary.gif"></td><td class="summaryTableSignatureCol"><a class="signatureLink" href="Feature.html#styleUrl">styleUrl</a> : String<div class="summaryTableDescription"> 139 Represents the <styleUrl> child element.</div> 140</td><td class="summaryTableOwnerCol"><a href="Feature.html">Feature</a></td> 141</tr> 142<tr class="hideInheritedProperty"> 143<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"><img class="inheritedSummaryImage" title="Inherited" alt="Inherited" src="../../../../../../images/inheritedSummary.gif"></td><td class="summaryTableSignatureCol"><a class="signatureLink" href="Feature.html#visibility">visibility</a> : Boolean<div class="summaryTableDescription"> 144 Represents the <visibility> child element.</div> 145</td><td class="summaryTableOwnerCol"><a href="Feature.html">Feature</a></td> 146</tr> 147<tr class="hideInheritedProperty"> 148<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"><img class="inheritedSummaryImage" title="Inherited" alt="Inherited" src="../../../../../../images/inheritedSummary.gif"></td><td class="summaryTableSignatureCol"><a class="signatureLink" href="../XmlElement.html#xml">xml</a> : XMLList<div class="summaryTableDescription"> 149 Get the XML used to populate the NewsFeedElement.</div> 150</td><td class="summaryTableOwnerCol"><a href="../XmlElement.html">XmlElement</a></td> 151</tr> 152</table> 153</div> 154<a name="protectedPropertySummary"></a> 155<div class="summarySection"> 156<div class="summaryTableTitle">Protected Properties</div> 157<div class="showHideLinks"> 158<div class="hideInheritedProtectedProperty" id="hideInheritedProtectedProperty"> 159<a onclick="javascript:setInheritedVisible(false,'ProtectedProperty');" href="#protectedPropertySummary" class="showHideLink"><img src="../../../../../../images/expanded.gif" class="showHideLinkImage"> Hide Inherited Protected Properties</a> 160</div> 161<div class="showInheritedProtectedProperty" id="showInheritedProtectedProperty"> 162<a onclick="javascript:setInheritedVisible(true,'ProtectedProperty');" href="#protectedPropertySummary" class="showHideLink"><img src="../../../../../../images/collapsed.gif" class="showHideLinkImage"> Show Inherited Protected Properties</a> 163</div> 164</div> 165<table id="summaryTableProtectedProperty" class="summaryTable hideInheritedProtectedProperty" cellpadding="3" cellspacing="0"> 166<tr> 167<th> </th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined by</th> 168</tr> 169<tr class="hideInheritedProtectedProperty"> 170<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"><img class="inheritedSummaryImage" title="Inherited" alt="Inherited" src="../../../../../../images/inheritedSummary.gif"></td><td class="summaryTableSignatureCol"><a class="signatureLink" href="../XmlElement.html#x">x</a> : XMLList<div class="summaryTableDescription"></div> 171</td><td class="summaryTableOwnerCol"><a href="../XmlElement.html">XmlElement</a></td> 172</tr> 173</table> 174</div> 175<a name="methodSummary"></a> 176<div class="summarySection"> 177<div class="summaryTableTitle">Public Methods</div> 178<table id="summaryTableMethod" class="summaryTable " cellpadding="3" cellspacing="0"> 179<tr> 180<th> </th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined by</th> 181</tr> 182<tr class=""> 183<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"> </td><td class="summaryTableSignatureCol"> 184<div class="summarySignature"> 185<a class="signatureLink" href="#Document()">Document</a>(x:XMLList)</div> 186<div class="summaryTableDescription"></div> 187</td><td class="summaryTableOwnerCol">Document</td> 188</tr> 189<tr class=""> 190<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"> </td><td class="summaryTableSignatureCol"> 191<div class="summarySignature"> 192<a class="signatureLink" href="#toString()">toString</a>():String</div> 193<div class="summaryTableDescription"></div> 194</td><td class="summaryTableOwnerCol">Document</td> 195</tr> 196</table> 197</div> 198<script type="text/javascript" language="javascript"> 199<!-- 200showHideInherited(); 201--></script> 202<div class="MainContent"> 203<a name="propertyDetail"></a> 204<div class="detailSectionHeader">Property detail</div> 205<a name="styleMap"></a> 206<table cellspacing="0" cellpadding="0" class="detailHeader"> 207<tr> 208<td class="detailHeaderName">styleMap</td><td class="detailHeaderType">property</td> 209</tr> 210</table> 211<div class="detailBody"> 212<code>styleMap:<a href="../kml/StyleMap.html">StyleMap</a></code> [read-only]<span class="label">Implementation</span> 213<br> 214<code> public function get styleMap():<a href="../kml/StyleMap.html">StyleMap</a></code> 215<br> 216</div> 217<a name="styles"></a> 218<table cellspacing="0" cellpadding="0" class="detailHeader"> 219<tr> 220<td class="detailHeaderName">styles</td><td class="detailHeaderType">property</td><td class="detailHeaderRule"> </td> 221</tr> 222</table> 223<div class="detailBody"> 224<code>styles:Array</code> [read-only]<span class="label">Implementation</span> 225<br> 226<code> public function get styles():Array</code> 227<br> 228</div> 229<a name="constructorDetail"></a> 230<div class="detailSectionHeader">Constructor detail</div> 231<a name="Document()"></a> 232<table cellspacing="0" cellpadding="0" class="detailHeader"> 233<tr> 234<td class="detailHeaderName">Document</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">constructor</td> 235</tr> 236</table> 237<div class="detailBody"> 238<code>public function Document(x:XMLList)</code><span class="label">Parameters</span> 239<table border="0" cellspacing="0" cellpadding="0"> 240<tr> 241<td width="20px"></td><td><code><span class="label">x</span>:XMLList</code></td> 242</tr> 243</table> 244</div> 245<a name="methodDetail"></a> 246<div class="detailSectionHeader">Method detail</div> 247<a name="toString()"></a> 248<table cellspacing="0" cellpadding="0" class="detailHeader"> 249<tr> 250<td class="detailHeaderName">toString</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td> 251</tr> 252</table> 253<div class="detailBody"> 254<code>public override function toString():String</code> 255<p></p> 256<span class="label">Returns</span> 257<table border="0" cellspacing="0" cellpadding="0"> 258<tr> 259<td width="20"></td><td><code>String</code></td> 260</tr> 261</table> 262</div> 263<br> 264<br> 265<hr> 266<br> 267<p></p> 268<center class="copyright"> 269</center> 270</div> 271</body> 272</html> 273<!-- -->