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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
BooleanAttributeDescriptor.java 29 public BooleanAttributeDescriptor(String xmlLocalName, String nsUri, IAttributeInfo attrInfo) {
30 super(xmlLocalName, nsUri, attrInfo, VALUES);
ListAttributeDescriptor.java 41 public TextAttributeDescriptor create(String xmlLocalName,
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 49 public TextAttributeDescriptor create(String xmlLocalName,
53 xmlLocalName, nsUri,
54 new AttributeInfo(xmlLocalName, Format.REFERENCE_SET));
60 * @param xmlLocalName The XML name of the attribute (case sensitive)
65 public ReferenceAttributeDescriptor(String xmlLocalName, String nsUri,
67 super(xmlLocalName, nsUri, attrInfo);
75 * @param xmlLocalName The XML name of the attribute (case sensitive)
81 String xmlLocalName, String nsUri, IAttributeInfo attrInfo) {
82 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 37 * @param xmlLocalName The XML name of the attribute (case sensitive)
44 String xmlLocalName,
IUnknownDescriptorProvider.java 33 * @param xmlLocalName The XML local name.
36 ElementDescriptor getDescriptor(String xmlLocalName);
EnumAttributeDescriptor.java 30 public EnumAttributeDescriptor(String xmlLocalName, String uiName, String nsUri,
32 super(xmlLocalName, nsUri, attrInfo);
AttributeDescriptor.java 48 * @param xmlLocalName The XML name of the attribute (case sensitive)
56 public AttributeDescriptor(String xmlLocalName, String nsUri, IAttributeInfo attrInfo) {
57 assert xmlLocalName != null;
58 mXmlLocalName = xmlLocalName;
TextAttributeDescriptor.java 57 * @param xmlLocalName The XML name of the attribute (case sensitive)
63 String xmlLocalName,
66 super(xmlLocalName, nsUri, attrInfo);
DescriptorsUtils.java 143 String xmlLocalName = info.getName();
153 // */xmlLocalName
154 // element/xmlLocalName
155 // element1,element2,...,elementN/xmlLocalName
170 !overrideAttrLocalName.equals(xmlLocalName)) {
191 attr = override.create(xmlLocalName, nsUri, info);
201 xmlLocalName, nsUri, info);
204 xmlLocalName, nsUri, info);
207 xmlLocalName, nsUri, info);
210 xmlLocalName, nsUri, info)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
ManifestPkgAttrDescriptor.java 39 public TextAttributeDescriptor create(String xmlLocalName,
41 return new ManifestPkgAttrDescriptor(xmlLocalName, nsUri, attrInfo);
45 public ManifestPkgAttrDescriptor(String xmlLocalName, String nsUri, IAttributeInfo attrInfo) {
46 super(xmlLocalName, nsUri, attrInfo);
ThemeAttributeDescriptor.java 40 public TextAttributeDescriptor create(String xmlLocalName,
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);
ClassAttributeDescriptor.java 47 * @param xmlLocalName The XML name of the attribute (case sensitive, with android: prefix).
54 String xmlLocalName,
58 super(xmlLocalName, nsUri, attrInfo);
73 * @param xmlLocalName The XML local name of the attribute (case sensitive).
83 String xmlLocalName,
88 super(xmlLocalName, nsUri, attrInfo);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/properties/
ValueCompleterTest.java 126 public TestTextAttributeDescriptor(String xmlLocalName, IAttributeInfo attrInfo) {
127 super(xmlLocalName, ANDROID_URI, attrInfo);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutEditorDelegate.java 824 public ElementDescriptor getDescriptor(String xmlLocalName) {
825 ElementDescriptor unknown = mUnknownDescriptorMap.get(xmlLocalName);
827 unknown = createUnknownDescriptor(xmlLocalName);
828 mUnknownDescriptorMap.put(xmlLocalName, unknown);
846 * @param xmlLocalName The XML local name to match
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java 696 public ElementDescriptor getDescriptor(String xmlLocalName) {
698 ElementDescriptor desc = mMap.get(xmlLocalName);
701 desc = new ElementDescriptor(xmlLocalName);
702 mMap.put(xmlLocalName, desc);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParser.cpp     [all...]
  /prebuilts/devtools/tools/lib/
sdklib.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.2.0/
sdklib-22.2.0.jar 

Completed in 408 milliseconds