HomeSort by relevance Sort by last modified time
    Searched full:nsuri (Results 1 - 25 of 70) sorted by null

1 2 3

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
ListAttributeDescriptor.java 42 String nsUri, IAttributeInfo attrInfo) {
43 return new ListAttributeDescriptor(xmlLocalName, nsUri, attrInfo);
54 public ListAttributeDescriptor(String xmlLocalName, String nsUri, IAttributeInfo attrInfo) {
55 super(xmlLocalName, nsUri, attrInfo);
65 public ListAttributeDescriptor(String xmlLocalName, String nsUri, IAttributeInfo attrInfo,
67 super(xmlLocalName, nsUri, attrInfo);
ReferenceAttributeDescriptor.java 50 String nsUri, IAttributeInfo attrInfo) {
53 xmlLocalName, nsUri,
61 * @param nsUri The URI of the attribute. Can be null if attribute has no namespace.
65 public ReferenceAttributeDescriptor(String xmlLocalName, String nsUri,
67 super(xmlLocalName, nsUri, attrInfo);
76 * @param nsUri The URI of the attribute. Can be null if attribute has no namespace.
81 String xmlLocalName, String nsUri, IAttributeInfo attrInfo) {
82 super(xmlLocalName, nsUri, attrInfo);
BooleanAttributeDescriptor.java 29 public BooleanAttributeDescriptor(String xmlLocalName, String nsUri, IAttributeInfo attrInfo) {
30 super(xmlLocalName, nsUri, attrInfo, VALUES);
EnumAttributeDescriptor.java 30 public EnumAttributeDescriptor(String xmlLocalName, String uiName, String nsUri,
32 super(xmlLocalName, nsUri, attrInfo);
FlagAttributeDescriptor.java 52 public FlagAttributeDescriptor(String xmlLocalName, String nsUri, IAttributeInfo attrInfo) {
53 super(xmlLocalName, nsUri, attrInfo);
63 public FlagAttributeDescriptor(String xmlLocalName, String uiName, String nsUri,
65 super(xmlLocalName, nsUri, attrInfo);
ITextAttributeCreator.java 38 * @param nsUri The URI of the attribute. Can be null if attribute has no namespace.
45 String nsUri,
SeparatorAttributeDescriptor.java 34 super(label /* xmlLocalName */, null /* nsUri */, null /* info */);
TextValueDescriptor.java 38 super("#text" /* xmlLocalName */, null /* nsUri */, null /* info */);
AttributeDescriptor.java 49 * @param nsUri The URI of the attribute. Can be null if attribute has no namespace.
56 public AttributeDescriptor(String xmlLocalName, String nsUri, IAttributeInfo attrInfo) {
59 mNsUri = nsUri;
DescriptorsUtils.java 97 * @param nsUri The URI of the attribute. Can be null if attribute has no namespace.
107 String nsUri, AttributeInfo[] infos,
119 appendAttribute(attributes, elementXmlName, nsUri, info, required, overrides);
130 * @param nsUri The URI of the attribute. Can be null if attribute has no namespace.
138 String nsUri,
191 attr = override.create(xmlLocalName, nsUri, info);
201 xmlLocalName, nsUri, info);
204 xmlLocalName, nsUri, info);
207 xmlLocalName, nsUri, info);
210 xmlLocalName, nsUri, info)
    [all...]
TextAttributeDescriptor.java 58 * @param nsUri The URI of the attribute. Can be null if attribute has no namespace.
64 String nsUri,
66 super(xmlLocalName, nsUri, attrInfo);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
ClassAttributeDescriptor.java 48 * @param nsUri The URI of the attribute. Can be null if attribute has no namespace.
55 String nsUri,
58 super(xmlLocalName, nsUri, attrInfo);
74 * @param nsUri The URI of the attribute. Can be null if attribute has no namespace.
84 String nsUri,
88 super(xmlLocalName, nsUri, attrInfo);
ManifestPkgAttrDescriptor.java 40 String nsUri, IAttributeInfo attrInfo) {
41 return new ManifestPkgAttrDescriptor(xmlLocalName, nsUri, attrInfo);
45 public ManifestPkgAttrDescriptor(String xmlLocalName, String nsUri, IAttributeInfo attrInfo) {
46 super(xmlLocalName, nsUri, attrInfo);
ThemeAttributeDescriptor.java 41 String nsUri, IAttributeInfo attrInfo) {
42 return new ThemeAttributeDescriptor(xmlLocalName, nsUri, attrInfo);
46 public ThemeAttributeDescriptor(String xmlLocalName, String nsUri, IAttributeInfo attrInfo) {
47 super(xmlLocalName, nsUri, attrInfo);
PackageAttributeDescriptor.java 30 public PackageAttributeDescriptor(String xmlLocalName, String nsUri, IAttributeInfo attrInfo) {
31 super(xmlLocalName, nsUri, attrInfo);
AndroidManifestDescriptors.java 118 null /* nsUri */,
290 public TextAttributeDescriptor create(String xmlName, String nsUri,
301 nsUri,
310 nsUri,
319 nsUri,
327 nsUri,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/descriptors/
ValuesDescriptors.java 92 null /* nsUri */,
109 null /* nsUri */,
126 null /* nsUri */,
130 null /* nsUri */,
136 null /* nsUri */,
165 null /* nsUri */,
182 null /* nsUri */,
199 null /* nsUri */,
203 null /* nsUri */,
216 null /* nsUri */,
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
documentcreateelementNS01.java 83 String nsURI;
90 nsURI = element.getNamespaceURI();
95 assertEquals("documentcreateelementNS01_namespaceURI", "http://www.w3.org/DOM/Test/level2", nsURI);
setAttributeNS04.java 95 assertEquals("nsuri", "http://www.nist.gov", resultNamespaceURI);
setAttributeNS09.java 90 assertEquals("nsuri", "http://www.newattr.com", resultNamespaceURI);
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DocumentCreateElementNS.java 61 String nsURI;
68 nsURI = element.getNamespaceURI();
74 "http://www.w3.org/DOM/Test/level2", nsURI);
SetAttributeNS.java 182 assertEquals("nsuri", "http://www.nist.gov", resultNamespaceURI);
274 assertEquals("nsuri", "http://www.newattr.com", resultNamespaceURI);
  /external/chromium_org/third_party/libxslt/libxslt/
functions.c 733 const xmlChar *nsURI = NULL;
755 nsURI = xmlXPathNsLookup(ctxt->context, prefix);
756 if (nsURI == NULL) {
762 if (xmlStrEqual(nsURI, XSLT_NAMESPACE)) {
825 const xmlChar *nsURI = NULL;
858 if (ns != NULL) nsURI = xmlStrdup(ns->href);
860 nsURI = xmlXPathNsLookup(ctxt->context, prefix);
861 if (nsURI == NULL) {
867 if (xsltExtElementLookup(tctxt, name, nsURI) != NULL) {
892 const xmlChar *nsURI = NULL
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNamedNodeMap.java 205 String nsURI = dtm.getNamespaceURI(n);
206 if ((namespaceURI == null && nsURI == null)
207 || (namespaceURI != null && namespaceURI.equals(nsURI)))
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
CompletionProposal.java 85 String nsPrefix, String nsUri) {
102 mNsUri = nsUri;

Completed in 974 milliseconds

1 2 3