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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
AttributeSortOrder.java 18 import static com.android.ide.eclipse.adt.internal.editors.descriptors.XmlnsAttributeDescriptor.XMLNS;
56 if (XMLNS.equals(attr1.getPrefix())) {
57 if (XMLNS.equals(attr2.getPrefix())) {
61 } else if (XMLNS.equals(attr2.getPrefix())) {
85 * Comparator which can be used to sort attributes into alphabetical order (but xmlns
91 if (XMLNS.equals(attr1.getPrefix())) {
92 if (XMLNS.equals(attr2.getPrefix())) {
96 } else if (XMLNS.equals(attr2.getPrefix())) {
  /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...]
  /development/build/tools/
mk_sdk_repo_xml.sh 48 XMLNS=$(sed -n '/xmlns:sdk="/s/.*"\(.*\)".*/\1/p' "$SCHEMA")
49 [[ -z "$XMLNS" ]] && error "Failed to find xmlns:sdk in $SCHEMA."
50 echo "## Using xmlns:sdk=$XMLNS"
62 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
63 xmlns:sdk="$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...]
ParserAdapter.java 159 private static final String XMLNS_URIs = FEATURES + "xmlns-uris";
505 if (!attQName.startsWith("xmlns"))
511 // xmlns=...
518 } else // xmlns:foo=...
540 if (attQName.startsWith("xmlns")) {
560 atts.addAttribute (nsSupport.XMLNS, prefix,
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
documentrenamenode21.js 79 qualifiedName has a prefix that is "xmlns:xml"and namespaceURI is "http://www.w3.org/2000/XMLNS/".
118 renamedNode = newDoc.renameNode(attr,"http://www.w3.org/2000/XMLNS/","xmlns:xml");
documentrenamenode19.js 123 renamedNode = doc.renameNode(element,"http://www.w3.org/2000/XMLNS",qualifiedName);
  /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/test/java/tests/api/org/xml/sax/helpers/
NamespaceSupportTest.java 126 // Part 1: Check that xml and xmlns are not accepted as prefixes.
131 ns.declarePrefix("xmlns", marketUri));
171 prefixes = Collections.list(ns.getPrefixes(NamespaceSupport.XMLNS));
214 NamespaceSupport.XMLNS, ns.getURI("xml"));
263 assertNull("Test 14: Null expected for xmlns prefix.",
264 ns.processName("xmlns:ipsum", parts, false));
299 assertNull("Test 14: Null expected for xmlns prefix.",
300 ns.processName("xmlns:ipsum", parts, true));
306 ns.processName("xmlns", parts, true));
308 assertEquals("Test 17: Incorrect local name;", "xmlns", parts[1])
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
XmlPrettyPrinter.java 18 import static com.android.ide.eclipse.adt.internal.editors.descriptors.XmlnsAttributeDescriptor.XMLNS;
619 if (singleLine || (depth == 0 && XMLNS.equals(attributeList.get(0).getPrefix()))) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java 23 import static com.android.ide.eclipse.adt.internal.editors.descriptors.XmlnsAttributeDescriptor.XMLNS;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoring.java 27 import static com.android.ide.eclipse.adt.internal.editors.descriptors.XmlnsAttributeDescriptor.XMLNS;
419 if (XMLNS.equals(prefix)) {
445 if (XMLNS.equals(prefix)) {
486 if (XMLNS.equals(prefix)) {
    [all...]
ExtractIncludeRefactoring.java 31 import static com.android.ide.eclipse.adt.internal.editors.descriptors.XmlnsAttributeDescriptor.XMLNS;
477 if (XMLNS.equals(prefix)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java 291 return XmlnsAttributeDescriptor.XMLNS;
304 if (XmlnsAttributeDescriptor.XMLNS.equals(attr.getPrefix())) {
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 1452 milliseconds