HomeSort by relevance Sort by last modified time
    Searched refs:NameSpace (Results 1 - 10 of 10) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/utils/
NameSpace.java 19 * $Id: NameSpace.java 468655 2006-10-28 07:12:06Z minchau $
26 * A representation of a namespace. One of these will
27 * be pushed on the namespace stack for each
31 public class NameSpace implements Serializable
35 /** Next NameSpace element on the stack.
37 public NameSpace m_next = null;
39 /** Prefix of this NameSpace element.
43 /** Namespace URI of this NameSpace element.
45 public String m_uri; // if null, then Element namespace is empty
    [all...]
QName.java 37 * then the prefix is expanded into a URI reference using the namespace declarations
40 * is used as the name of the object. The default namespace is not used for
55 * The namespace URI.
61 * The namespace prefix.
67 * The XML namespace.
70 "http://www.w3.org/XML/1998/namespace";
85 * Constructs a new QName with the specified namespace URI and
88 * @param namespaceURI The namespace URI if known, or null
97 * Constructs a new QName with the specified namespace URI and
100 * @param namespaceURI The namespace URI if known, or nul
250 String namespace = null; local
    [all...]
  /external/clang/test/SemaCXX/
tag-ambig.cpp 6 namespace NameSpace {
10 using namespace NameSpace;
20 namespace A { struct Face {}; }
21 namespace B { struct Face {}; }
22 using namespace A;
23 using namespace B;
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
objectNameManager.cpp 21 NameSpace::NameSpace(NamedObjectType p_type, GlobalNameSpace *globalNameSpace) :
28 NameSpace::~NameSpace()
38 NameSpace::genName(ObjectLocalName p_localName, bool genGlobal, bool genLocal)
58 NameSpace::genGlobalName(void)
64 NameSpace::getGlobalName(ObjectLocalName p_localName)
77 NameSpace::getLocalName(unsigned int p_globalName)
91 NameSpace::deleteName(ObjectLocalName p_localName)
101 NameSpace::isObject(ObjectLocalName p_localName
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
objectNameManager.h 55 // Class NameSpace - this class manages allocations and deletions of objects
56 // from a single "local" namespace (private to context group).
65 class NameSpace
71 NameSpace(NamedObjectType p_type, GlobalNameSpace *globalNameSpace);
72 ~NameSpace();
75 // genName - creates new object in the namespace and returns its name.
101 // deleteName - deletes and object from the namespace as well as its
176 // deleteName - deletes and object from the namespace as well as its
208 NameSpace *m_nameSpace[NUM_OBJECT_TYPES];
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
functional.rb 35 module NameSpace
58 include NameSpace
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilt/common/antlr/
antlr-3.4-complete.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 368 milliseconds