[Bug 10874] [XQuery11] Definition of public/private functions

http://www.w3.org/Bugs/Public/show_bug.cgi?id=10874

Jonathan Robie <jonathan.robie@redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Jonathan Robie <jonathan.robie@redhat.com> 2010-11-02 15:56:10 UTC ---
The Working Group accepted the following definitions:

[Definition: A private function is a function with a %private
annotation.  A private function is hidden from module import, which
can not import it into the function signatures of another module.]

[Definition: A public function is a function without a %private annotation. 
A public function is accessible to module import, which can import it into the
function signatures of another module. ]

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 2 November 2010 15:56:12 UTC