Top "Namespaces" questions

A namespace is a container that provides context for identifiers, within which names are unique.

PHP how to import all classes from another namespace

I'm implementing namespaces in my existing project. I found that you can use the keyword 'use' to import classes into …

php import namespaces
How do I create a Python namespace (argparse.parse_args value)?

To interactively test my python script, I would like to create a Namespace object, similar to what would be returned …

python namespaces argparse
C++ namespaces advice

I'm just teaching myself C++ namespaces (coming from a C# background) and I'm really starting to think that even with …

c++ namespaces
xml element name with colon

I'm working against a 3rd party xml api. They have defined a required xml structure similar to the following. <…

.net xml namespaces linq-to-xml
xpath expression from xml with namespace prefix

I could not get the following xpath expression to work when the xml path namespace prefix set. /bk:BookStore/bk:…

xml xpath namespaces xml-namespaces prefix
Namespace or Assembly?

I am getting very confused between Namespaces and Assemblies. Are System.Data and System.Web Namespaces or Assemblies? I have …

c# .net namespaces assemblies
What is the best way to solve an Objective-C namespace collision?

Objective-C has no namespaces; it's much like C, everything is within one global namespace. Common practice is to prefix classes …

objective-c cocoa macos namespaces
Unexpected character in input: '\' (ASCII=92) state=1 in a Silex Application

I moved my website from local to a hosting, and something happened to me. I include this config file into …

namespaces autoload silex php
How can I "unuse" a namespace?

One of the vagaries of my development system (Codegear C++Builder) is that some of the auto-generated headers insist on …

c++ namespaces c++builder
XSLT with XML source that has a default namespace set to xmlns

I have an XML document with a default namespace indicated at the root. Something like this: <MyRoot xmlns="http://…

xslt namespaces