The following features are supported:
This class defines the representation of a folder for storing bookmarks. Folders are usually created users to organize bookmarks. All folders have an unique ID, which is usually assigned by the database system when the DB record for a folder is created for the first time.
All FolderTag
have an unique ID, which is usually assigned by the database system when the DB record is created for the first time.
A Folder is used to arrange other Features hierarchically (Folders, Placemarks, NetworkLinks, or Overlays). A Feature is visible only if it and all its ancestors are visible.
A Folder is used to arrange other Features hierarchically (Folders, Placemarks, NetworkLinks, or Overlays). A Feature is visible only if it and all its ancestors are visible.
Syntax:<Folder id="ID"> <!-- inherited from Feature element --> <name>...</name> <!-- string --> <visibility>1</visibility> <!-- boolean --> <open>0</open> <!-- boolean --> <atom:author>...<atom:author> <!-- xmlns:atom --> <atom:link>...</atom:link> <!-- xmlns:atom --> <address>...</address> <!-- string --> <xal:AddressDetails>...</xal:AddressDetails> <!-- xmlns:xal -->Extends: @see :
<phoneNumber>...</phoneNumber> <!-- string -->
<Snippet maxLines="2">...</Snippet> <!-- string --> <description>...</description> <!-- string --> <AbstractView>...</AbstractView> <!-- Camera or LookAt --> <TimePrimitive>...</TimePrimitive> <styleUrl>...</styleUrl> <!-- anyURI --> <StyleSelector>...</StyleSelector> <Region>...</Region> <Metadata>...</Metadata> <!-- deprecated in KML 2.2 --> <ExtendedData>...</ExtendedData> <!-- new in KML 2.2 --> <!-- specific to Folder --> <!-- 0 or more Feature elements --> </Folder>
See Domain Model 2.5
The following features are supported:
In case a Blogroll Link is set for the Folder, it is to be interpreted as root-folder of a "Synchronized Blogroll". This special kind of Folder allows to synchronize its contents from a remote OPML file that contains a number of Feeds.
@author bpaseroIn case a Blogroll Link is set for the Folder, it is to be interpreted as root-folder of a "Synchronized Blogroll". This special kind of Folder allows to synchronize its contents from a remote OPML file that contains a number of Feeds.
@author bpaseroNOTE Because Java does not provide any way to monitor the file system for changes, instances of this class must be refreshed periodically to reflect updates. Instances must also be refreshed to perform initial population immediately after construction. See {@link #refresh()}. @author gbrown
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|