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

  /sdk/common/src/com/android/utils/
XmlUtils.java 92 String nsPrefix = null;
94 nsPrefix = doc != null ? doc.lookupPrefix(nsUri) : null;
95 if (nsPrefix != null) {
96 return nsPrefix;
111 nsPrefix = attr.getLocalName();
114 return nsPrefix;
116 visited.add(nsPrefix);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiListAttributeNode.java 141 String nsPrefix = "";
143 nsPrefix = SdkConstants.ANDROID_NS_NAME + ':';
145 nsPrefix = SdkConstants.XMLNS_PREFIX;
147 attr_name = nsPrefix + attr_name;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java 555 String nsPrefix = null;
575 nsPrefix = nsUriMap.get(nsUri);
576 if (nsPrefix == null) {
577 nsPrefix = XmlUtils.lookupNamespacePrefix(currentNode, nsUri);
578 nsUriMap.put(nsUri, nsPrefix);
581 if (nsPrefix != null) {
582 nsPrefix += ":"; //$NON-NLS-1$
602 String nsKeyword = nsPrefix == null ? keyword : (nsPrefix + keyword);
604 if (nameStartsWith(nsKeyword, wordPrefix, nsPrefix)) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoring.java 445 String nsPrefix = null;
453 nsPrefix = name;
454 if (nsPrefix.startsWith(XMLNS_PREFIX)) {
455 nsPrefix =
456 nsPrefix.substring(XMLNS_PREFIX.length());
462 if (nsPrefix == null) {
463 nsPrefix = ANDROID_NS_NAME;
466 return nsPrefix;
    [all...]
  /external/libxslt/libxslt/
xsltInternals.h 655 const xmlChar *nsPrefix;
677 const xmlChar *nsPrefix;
    [all...]
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 

Completed in 256 milliseconds