HomeSort by relevance Sort by last modified time
    Searched full:localname (Results 251 - 275 of 539) sorted by null

<<11121314151617181920>>

  /libcore/luni/src/main/java/org/xml/sax/helpers/
ParserAdapter.java 557 // note funky case: localname can be null
964 * @param localName The local name.
968 public int getIndex (String uri, String localName)
997 * @param localName The local name.
1000 public String getType (String uri, String localName)
1022 * @param localName The local name.
1025 public String getValue (String uri, String localName)
  /external/apache-xml/src/main/java/org/apache/xml/res/
XMLErrorResources.java 338 "Argument 'localName' is null"},
341 // The localname is the portion after the optional colon; the message indicates
344 "Localname in QNAME should be a valid NCName"},
  /cts/tests/tests/util/src/android/util/cts/
XmlTest.java 133 public void endElement(String uri, String localName, String name) throws SAXException {
136 mVec.add(localName);
167 public void startElement(String uri, String localName, String name, Attributes atts)
170 mVec.add(localName);
  /external/chromium_org/third_party/WebKit/Source/core/css/
RuleFeature.cpp 45 attrsInRules.add(selector->attribute().localName());
  /external/chromium_org/third_party/WebKit/Source/core/dom/
MutationObserverRegistration.cpp 121 return m_attributeFilter.contains(attributeName->localName());
Node.idl 68 [TreatReturnedNullStringAs=Null, PerWorldBindings, MeasureAs=NodeLocalName] readonly attribute DOMString localName; // Moved to Element and Attr in DOM4.
QualifiedName.cpp 107 String local = localName();
  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementRegistry.cpp 102 const CustomElementDescriptor descriptor(type, tagName.namespaceURI(), tagName.localName());
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLBaseElement.cpp 72 return attribute.name().localName() == hrefAttr || HTMLElement::isURLAttribute(attribute);
HTMLElement.h 136 ASSERT(!tagName.localName().isNull());
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPolyElement.cpp 41 SVGNames::pointsAttr.localName(),
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathParser.h 65 bool expandQName(const String& qName, AtomicString& localName, AtomicString& namespaceURI);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DOMPresentationUtils.js 169 var lowerCaseName = node.localName() || node.nodeName().toLowerCase();
402 ownValue = node.localName();
444 return left.localName() === right.localName();
  /external/chromium_org/v8/test/mjsunit/
debug-evaluate-const.js 91 var name = frame.localName(i);
  /external/openssh/
ssh-gss.h 84 int (*localname) (ssh_gssapi_client *, char **); member in struct:ssh_gssapi_mech_struct
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
documentgetelementsbytagnameNS01.java 39 * namespaceURI=* and localName=*. This should return a nodeList of 1 item.
documentgetelementsbytagnameNS02.java 41 * Document object with the values of namespaceURI=* and localName="elementId". This
documentgetelementsbytagnameNS03.java 39 * namespaceURI=** and localName=**. This should return a nodeList of 0 items.
documentgetelementsbytagnameNS04.java 39 * namespaceURI="null" and localName="0". This should return a nodeList of 0 items.
documentgetelementsbytagnameNS05.java 40 * values of namespaceURI=null and localName="elementId". This
documentimportnode03.java 41 * localName="defaultAttr", into the same document.
documentimportnode04.java 41 * localName="defaultAttr", into a new document.
elementgetattributenodens01.java 35 * Retrieve an attribute using namespace and localname and check its value, name and
elementgetelementsbytagnamens02.java 51 * localName '*'. Verify if this returns a nodeList of 0 elements.
elementgetelementsbytagnamens05.java 51 * localName: '*'.

Completed in 1875 milliseconds

<<11121314151617181920>>