Language - Namespace (Scoping rule for name)
> Code - (Programming|Computer) Language > Code - Grammar (Lexical)
Table of Contents
1 - About
namespace.
Completely related to the notion of scope. See Language - Variable (Scope|Execution Context) - lexical scope
2 - Articles Related
Advertising
3 - Example
File System
Dynamic Language:
- Code Shipping - (Package|Module|Library). php definition: In the broadest definition namespaces are a way of encapsulating items. An example with directory as namespace, the file foo.txt can exist in both directory /home/greg and in /home/other, but two copies of foo.txt cannot co-exist in the same directory.
Markup Language:
- The MathML namespace is: http://www.w3.org/1998/Math/MathML
- The SVG namespace is: http://www.w3.org/2000/svg
- The XLink namespace is: http://www.w3.org/1999/xlink
- The XMLNS namespace is: http://www.w3.org/2000/xmlns/