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

  /external/libxslt/libxslt/
namespaces.c 320 * @nsPrefix: the suggested namespace prefix (or NULL)
324 * for the requested @nsName and @nsPrefix in the result tree.
331 * If both @nsName and @nsPrefix are NULL, then this will try to
338 const xmlChar *nsName, const xmlChar *nsPrefix,
362 if ((nsPrefix == NULL) && ((nsName == NULL) || (nsName[0] == 0))) {
434 if ((nsPrefix != NULL) &&
435 (nsPrefix[0] == 'x') && (nsPrefix[1] == 'm') &&
436 (nsPrefix[2] == 'l') && (nsPrefix[3] == 0)
    [all...]
xsltInternals.h 655 const xmlChar *nsPrefix;
677 const xmlChar *nsPrefix;
    [all...]
attributes.c 782 prefix = comp->nsPrefix;
preproc.c 939 comp->nsPrefix = prefix;
1060 comp->nsPrefix = prefix;
    [all...]
transform.c     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java 599 String nsPrefix = null;
621 nsPrefix = nsUriMap.get(nsUri);
622 if (nsPrefix == null) {
623 nsPrefix = lookupNamespacePrefix(currentNode, nsUri);
624 nsUriMap.put(nsUri, nsPrefix);
627 if (nsPrefix != null) {
628 nsPrefix += ":"; //$NON-NLS-1$
648 String nsKeyword = nsPrefix == null ? keyword : (nsPrefix + keyword);
650 if (nameStartsWith(nsKeyword, wordPrefix, nsPrefix)) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiListAttributeNode.java 141 String nsPrefix = "";
143 nsPrefix = LayoutConstants.ANDROID_NS_NAME + ':';
145 nsPrefix = XmlnsAttributeDescriptor.XMLNS_COLON;
147 attr_name = nsPrefix + attr_name;
UiElementNode.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoring.java 441 String nsPrefix = null;
449 nsPrefix = name;
450 if (nsPrefix.startsWith(XMLNS_COLON)) {
451 nsPrefix =
452 nsPrefix.substring(XMLNS_COLON.length());
458 if (nsPrefix == null) {
459 nsPrefix = ANDROID_NS_NAME;
462 return nsPrefix;
    [all...]
  /external/libxml2/include/libxml/
tree.h 558 * @nsPrefix: the requested namespace prefix
567 const xmlChar *nsPrefix);
    [all...]

Completed in 468 milliseconds