/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_minidom.py | 365 and elems[0].localName == "myelem" 379 doc, 'http://xml.python.org/namespaces/a', 'localname') 488 and pi.localName is None 587 and a1.localName == a2.localName [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_minidom.py | 365 and elems[0].localName == "myelem" 379 doc, 'http://xml.python.org/namespaces/a', 'localname') 488 and pi.localName is None 587 and a1.localName == a2.localName [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_minidom.py | 365 and elems[0].localName == "myelem" 379 doc, 'http://xml.python.org/namespaces/a', 'localname') 488 and pi.localName is None 587 and a1.localName == a2.localName [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_minidom.py | 365 and elems[0].localName == "myelem" 379 doc, 'http://xml.python.org/namespaces/a', 'localname') 488 and pi.localName is None 587 and a1.localName == a2.localName [all...] |
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
Parser.java | 731 String localName = theStack.localName(); 736 if (!namespaces) namespace = localName = ""; 737 theContentHandler.endElement(namespace, localName, name); 769 String localName = e.localName(); 775 if (!namespaces) namespace = localName = ""; 776 if (virginStack && localName.equalsIgnoreCase(theDoctypeName)) { 795 theContentHandler.startElement(namespace, localName, name, e.atts()); [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
ToStream.java | [all...] |
ToTextStream.java | 113 * @param localName The local name (without prefix), or the 127 String namespaceURI, String localName, String name, Attributes atts) 153 * @param localName The local name (without prefix), or the 163 public void endElement(String namespaceURI, String localName, String name) 520 String localName,
|
ToSAXHandler.java | 308 * @param localName the element name, but without prefix (optional) 313 public void startElement(String uri, String localName, String qName)
|
SerializerFactory.java | 52 * value is passed in this format: {uri}localName
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
DOMBuilder.java | 312 * @param localName The local part of the qualified name 319 String ns, String localName, String name, Attributes atts) 353 // System.out.println("attrNS: "+attrNS+", localName: "+atts.getQName(i) 422 * @param localName The local part of the qualified name of the element 425 public void endElement(String ns, String localName, String name)
|
StylesheetPIHandler.java | 313 * @param localName The local name (without prefix), or empty string if not namespace processing. 321 String namespaceURI, String localName, String qName, Attributes atts)
|
/external/robolectric/v3/runtime/ |
tagsoup-1.2.jar | |
/prebuilts/tools/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2/ |
tagsoup-1.2.jar | |
/prebuilts/tools/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2.1/ |
tagsoup-1.2.1.jar | |
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
TransformerHandlerImpl.java | 482 * @param localName The element's local name, or the empty string. 491 String uri, String localName, String qName, Attributes atts) 500 m_contentHandler.startElement(uri, localName, qName, atts); 508 * @param localName The element's local name, or the empty string. 515 public void endElement(String uri, String localName, String qName) 524 m_contentHandler.endElement(uri, localName, qName);
|
/external/doclava/src/com/google/doclava/apicheck/ |
XmlApiFile.java | 72 public void startElement(String uri, String localName, String qName, Attributes attributes) { 222 public void endElement(String uri, String localName, String qName) {
|
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
NamedNodeMapSetNamedItemNS.java | 37 * The method setNamedItemNS adds a node using its namespaceURI and localName. 41 * Retreive the first element whose localName is address and namespaceURI
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
SimpleElement.java | 118 public IDragAttribute getAttribute(@Nullable String uri, @NonNull String localName) { 120 if (attr.getUri().equals(uri) && attr.getName().equals(localName)) {
|
/development/samples/RSSReader/src/com/example/android/rssreader/ |
RssReader.java | 542 String localName, 546 String tag = localName; 569 String localName, 572 String tag = localName;
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
IncrementalSAXSource_Filter.java | 242 public void endElement(java.lang.String namespaceURI, java.lang.String localName, 252 clientContentHandler.endElement(namespaceURI,localName,qName); 323 public void startElement(java.lang.String namespaceURI, java.lang.String localName, 333 clientContentHandler.startElement(namespaceURI, localName, qName, atts);
|
/external/autotest/client/site_tests/security_DbusMap/ |
security_DbusMap.py | 131 node.localName in ['allow','deny']): 160 (node.localName, 165 return (node.localName == 'allow') 439 if ((child.nodeType == 1) and (child.localName == u'node')):
|
/external/chromium-trace/catapult/third_party/polymer/components/core-animation/ |
demo.html | 175 if (e.target.localName !== 'button') {
|
/external/chromium-trace/catapult/third_party/polymer/components/paper-icon-button/ |
demo.html | 140 if (t.localName === 'paper-icon-button') {
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/ |
CompileErrorCheck.java | 43 public void startElement(String uri, String localName,
|
/external/libxml2/doc/ |
xmlreader.html | 184 name</a> of the node, equal to (<em>Prefix</em>:)<em>LocalName</em>.</li> 185 <li><em>LocalName</em>: the <a 314 <li>GetAttributeNs(localName, namespaceURI): provides the value of the 321 <li><em>MoveToAttributeNs</em>(localName, namespaceURI): moves the position
|