TABLE OF CONTENTS


Sitemaps/Sitemaps.Main_Node [ Variables ]

[ Top ] [ Sitemaps ] [ Variables ]

FUNCTION

 The main XML node of the project's sitemap

SOURCE

   Main_Node: DOM.Core.Element; span class="sign">## rule line off GLOBAL_REFERENCES

Sitemaps/Sitemaps.Sitemap [ Variables ]

[ Top ] [ Sitemaps ] [ Variables ]

FUNCTION

 The content of the sitemap of the project

SOURCE

   Sitemap: Document; span class="sign">## rule line off GLOBAL_REFERENCES

Sitemaps/Sitemaps.Sitemap_File_Name [ Variables ]

[ Top ] [ Sitemaps ] [ Variables ]

FUNCTION

 The name of the file which contains the project's sitemap

SOURCE

   Sitemap_File_Name: Unbounded_String; span class="sign">## rule line off GLOBAL_REFERENCES

Sitemaps/Get_Sitemap_File_Name [ Subprograms ]

[ Top ] [ Sitemaps ] [ Subprograms ]

FUNCTION

 Get the name of file which contains the project's sitemap

SOURCE

   function Get_Sitemap_File_Name return Unbounded_String is

RESULT

 Unbounded_String with the name of sitemap file

Sitemaps/Set_Main_Node [ Subprograms ]

[ Top ] [ Sitemaps ] [ Subprograms ]

FUNCTION

 Set the new main XML node for the sitemap of the project

SOURCE

   procedure Set_Main_Node(New_Main_Node: DOM.Core.Element) is

PARAMETERS

 New_Main_Node - The XML node which will be set as the new main sitemap
 node

Sitemaps/Sitemaps.Get_Sitemap [ Subprograms ]

[ Top ] [ Sitemaps ] [ Subprograms ]

FUNCTION

 Get the project sitemap content

SOURCE

   function Get_Sitemap return Document is

RESULT

 The Document with sitemap of the current project

Sitemaps/Sitemaps.Set_Sitemap [ Subprograms ]

[ Top ] [ Sitemaps ] [ Subprograms ]

FUNCTION

 Set the project sitemap content

SOURCE

   procedure Set_Sitemap(New_Sitemap: Document) is

PARAMETERS

 New_Sitemap - The sitemap which will be used as the project sitemap