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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
XmlnsAttributeDescriptor.java 24 * Describes an XMLNS attribute that is hidden.
32 * Currently this is used for the xmlns:android attribute in the manifest element.
37 * URI of the reserved "xmlns" prefix, as described in
40 public final static String XMLNS_URI = "http://www.w3.org/2000/xmlns/"; //$NON-NLS-1$
42 /** The "xmlns" attribute name */
43 public static final String XMLNS = "xmlns"; //$NON-NLS-1$
45 /** The "xmlns:" attribute prefix used for namespace declarations */
46 public static final String XMLNS_COLON = "xmlns:"; //$NON-NLS-1$
65 * Returns the "xmlns" prefix that is always used by this node for its namespace URI
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
NamespaceSupport2.java 65 public final static String XMLNS =
100 currentContext.declarePrefix("xml", XMLNS);
175 * prefix must not be "xml" or "xmlns".</p>
197 if (prefix.equals("xml") || prefix.equals("xmlns")) {
  /libcore/luni/src/main/java/org/xml/sax/helpers/
NamespaceSupport.java 90 public static final String XMLNS =
96 * The value is <code>http://www.w3.org/xmlns/2000/</code>, as defined
103 * <em>xmlns</em> and <em>xmlns:*</em> attributes, which are used to
111 "http://www.w3.org/xmlns/2000/";
159 currentContext.declarePrefix("xml", XMLNS);
288 * the value "xml" or "xmlns".
298 if (prefix.equals("xml") || prefix.equals("xmlns")) {
500 currentContext.declarePrefix ("xmlns", NSDECL);
503 currentContext.declarePrefix("xml", XMLNS);
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 

Completed in 201 milliseconds