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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DescriptorsUtils.java 136 String xmlLocalName = info.getName();
206 // */xmlLocalName
207 // element/xmlLocalName
208 // element1,element2,...,elementN/xmlLocalName
223 !overrideAttrLocalName.equals(xmlLocalName)) {
244 attr = override.create(xmlLocalName, uiName, nsUri, tooltip, info);
254 xmlLocalName, uiName, nsUri, tooltip, info);
257 xmlLocalName, uiName, nsUri, tooltip, info);
260 xmlLocalName, uiName, nsUri, tooltip, info);
263 xmlLocalName, uiName, nsUri, tooltip, info)
    [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...]

Completed in 47 milliseconds