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

  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
XmlParserUtils.java 28 * If xmlLocalName is null, returns the very first child element.
30 public static Node getFirstChild(Node node, String xmlLocalName) {
36 if (xmlLocalName == null || xmlLocalName.equals(child.getLocalName())) {
54 * @param xmlLocalName The XML local name to find in the parent node.
58 public static String getXmlString(Node node, String xmlLocalName) {
59 Node child = getFirstChild(node, xmlLocalName);
73 * @param xmlLocalName The XML local name to find in the parent node.
77 public static String getOptionalXmlString(Node node, String xmlLocalName) {
78 Node child = getFirstChild(node, xmlLocalName);
    [all...]
AddonsListFetcher.java 468 * If xmlLocalName is null, returns the very first child element.
470 private Node getFirstChild(Node node, String nsUri, String xmlLocalName) {
475 if (xmlLocalName == null || child.getLocalName().equals(xmlLocalName)) {
SdkStats.java 573 * If xmlLocalName is null, returns the very first child element.
575 private Node getFirstChild(Node node, String nsUri, String xmlLocalName) {
580 if (xmlLocalName == null || child.getLocalName().equals(xmlLocalName)) {
  /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 141 String xmlLocalName = info.getName();
151 // */xmlLocalName
152 // element/xmlLocalName
153 // element1,element2,...,elementN/xmlLocalName
168 !overrideAttrLocalName.equals(xmlLocalName)) {
189 attr = override.create(xmlLocalName, nsUri, info);
199 xmlLocalName, nsUri, info);
202 xmlLocalName, nsUri, info);
205 xmlLocalName, nsUri, info);
208 xmlLocalName, nsUri, info)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
ApplicationAttributeDescriptor.java 41 public TextAttributeDescriptor create(String xmlLocalName,
44 xmlLocalName, nsUri, attrInfo);
48 private ApplicationAttributeDescriptor(String xmlLocalName, String nsUri,
50 super(xmlLocalName, nsUri, attrInfo);
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.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutEditorDelegate.java 719 public ElementDescriptor getDescriptor(String xmlLocalName) {
720 ElementDescriptor unknown = mUnknownDescriptorMap.get(xmlLocalName);
722 unknown = createUnknownDescriptor(xmlLocalName);
723 mUnknownDescriptorMap.put(xmlLocalName, unknown);
741 * @param xmlLocalName The XML local name to match.
744 private ViewElementDescriptor createUnknownDescriptor(String xmlLocalName) {
753 desc = CustomViewDescriptorService.getInstance().getDescriptor(project, xmlLocalName);
772 xmlLocalName, // xml local name
773 xmlLocalName, // ui_name
774 xmlLocalName, // canonical class nam
    [all...]
  /external/webkit/Source/WebCore/dom/
XMLDocumentParserLibxml2.cpp 88 void appendStartElementNSCallback(const xmlChar* xmlLocalName, const xmlChar* xmlPrefix, const xmlChar* xmlURI, int nb_namespaces,
93 callback->xmlLocalName = xmlStrdup(xmlLocalName);
205 xmlFree(xmlLocalName);
219 parser->startElementNs(xmlLocalName, xmlPrefix, xmlURI,
224 xmlChar* xmlLocalName;
745 void XMLDocumentParser::startElementNs(const xmlChar* xmlLocalName, const xmlChar* xmlPrefix, const xmlChar* xmlURI, int nb_namespaces,
752 m_pendingCallbacks->appendStartElementNSCallback(xmlLocalName, xmlPrefix, xmlURI, nb_namespaces, libxmlNamespaces,
767 AtomicString localName = toAtomicString(xmlLocalName);
    [all...]
XMLDocumentParser.h 263 void startElementNs(const xmlChar* xmlLocalName, const xmlChar* xmlPrefix, const xmlChar* xmlURI, int nb_namespaces,
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/sources/
SdkSource.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java 698 public ElementDescriptor getDescriptor(String xmlLocalName) {
700 ElementDescriptor desc = mMap.get(xmlLocalName);
703 desc = new ElementDescriptor(xmlLocalName);
704 mMap.put(xmlLocalName, desc);
    [all...]

Completed in 363 milliseconds