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

  /dalvik/libcore/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...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 126 milliseconds