HomeSort by relevance Sort by last modified time
    Searched full:nsprefix (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/third_party/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...]
preproc.c 939 comp->nsPrefix = prefix;
1060 comp->nsPrefix = prefix;
    [all...]
attributes.c 782 prefix = comp->nsPrefix;
transform.c     [all...]
  /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...]
preproc.c 939 comp->nsPrefix = prefix;
1060 comp->nsPrefix = prefix;
    [all...]
attributes.c 782 prefix = comp->nsPrefix;
transform.c     [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 = 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 574 String nsPrefix = null;
595 nsPrefix = nsUriMap.get(nsUri);
596 if (nsPrefix == null) {
597 nsPrefix = XmlUtils.lookupNamespacePrefix(currentNode, nsUri, false);
598 nsUriMap.put(nsUri, nsPrefix);
601 if (nsPrefix != null) {
602 nsPrefix += ":"; //$NON-NLS-1$
626 String nsKeyword = nsPrefix == null ? keyword : (nsPrefix + keyword);
628 if (nameStartsWith(nsKeyword, wordPrefix, nsPrefix)) {
    [all...]
CompletionProposal.java 85 String nsPrefix, String nsUri) {
101 mNsPrefix = nsPrefix;
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemAttribute.java 135 // System.out.println("nsPrefix: "+nsPrefix);
ElemElement.java 181 // // System.out.println("nsPrefix: "+nsPrefix);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoring.java 447 String nsPrefix = null;
455 nsPrefix = name;
456 if (nsPrefix.startsWith(XMLNS_PREFIX)) {
457 nsPrefix =
458 nsPrefix.substring(XMLNS_PREFIX.length());
464 if (nsPrefix == null) {
465 nsPrefix = ANDROID_NS_NAME;
468 return nsPrefix;
    [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
tree.h 559 * @nsPrefix: the requested namespace prefix
568 const xmlChar *nsPrefix);
    [all...]
  /external/libxml2/include/libxml/
tree.h 558 * @nsPrefix: the requested namespace prefix
567 const xmlChar *nsPrefix);
    [all...]
  /prebuilts/devtools/tools/lib/
manifest-merger.jar 
common.jar 
  /prebuilts/misc/common/tools-common/
tools-common-prebuilt.jar 

Completed in 5254 milliseconds