Namespace
All > Technology > Programming > Java
- The area of a program in which particular identifiers are visible. Java uses packages to provide namespaces, and its visibility rules - private, package, protected, public - variously contain identifiers within namespaces.
David J. Barnes - Cite This Source - This Definition - A standard that lets you specify a unique label for the set of element names defined by a DTD. A document using that DTD can be included in any other document without having a conflict between element names. The elements defined in your DTD are then uniquely identified so that, for example, the parser can tell when an element
<name>should be interpreted according to your DTD rather than using the definition for an element <name>in a different DTD. - Error, fatal error, kXML, parser, valid, validating parser, warning, well-formed
Also listed in: