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

<<11121314151617181920>>

  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
elementhasattributens02.java 40 * values for the namespaceURI and localName parameters.
elementhasattributens03.java 41 * values for the namespaceURI and localName parameters.
getAttributeNS05.java 34 * The "getAttributeNS(namespaceURI,localName)" method retrieves an
getAttributeNodeNS02.java 34 * The "getAttributeNodeNS(namespaceURI,localName)" method retrieves an
namednodemapgetnameditemns04.java 36 * Retreive the second address element node having localName=adrress.
namednodemapgetnameditemns06.java 34 * Retreive the second address element node having localName=adrress. Retreive the attributes
namednodemapremovenameditemns03.java 36 * Create a new element node and add 2 new attribute nodes to it that have the same localName
namednodemapremovenameditemns04.java 36 * Attempt to remove the xmlns and dmstc attributes of the first element node with the localName
namednodemapsetnameditemns02.java 34 * The method setNamedItemNS adds a node using its namespaceURI and localName. If a node with
namednodemapsetnameditemns04.java 34 * The method setNamedItemNS adds a node using its namespaceURI and localName and
namednodemapsetnameditemns09.java 34 * The method setNamedItemNS adds a node using its namespaceURI and localName and
namednodemapsetnameditemns10.java 34 * The method setNamedItemNS adds a node using its namespaceURI and localName and
namednodemapsetnameditemns11.java 34 * The method setNamedItemNS adds a node using its namespaceURI and localName and
nodesetprefix02.java 38 * the same localName as this attribute but different namespaceURI. Change the prefix of the
setAttributeNS06.java 34 * The "setAttributeNS(namespaceURI,localName,value)" method raises a
setAttributeNS07.java 34 * The "setAttributeNS(namespaceURI,localName,value)" method raises a
setAttributeNodeNS03.java 42 * This test uses the "createAttributeNS(namespaceURI,localName)
setAttributeNodeNS04.java 42 * This test uses the "createAttributeNS(namespaceURI,localName)
setNamedItemNS05.java 36 * has the same namespaceURI and localName as arg and return n1.
  /libcore/luni/src/main/java/org/xml/sax/helpers/
DefaultHandler.java 261 * @param localName The local name (without prefix), or the
273 public void startElement (String uri, String localName,
292 * @param localName The local name (without prefix), or the
301 public void endElement (String uri, String localName, String qName)
XMLReaderAdapter.java 322 * @param localName The Namespace local name.
329 public void startElement (String uri, String localName,
344 * @param localName The Namespace local name.
350 public void endElement (String uri, String localName,
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DocumentGetElementsByTagnameNS.java 17 * values of namespaceURI=* and localName=*. This should return a nodeList of 1
ElementGetAttributeNodeNS.java 13 * Retrieve an attribute using namespace and localname and check its value, name
  /packages/apps/Mms/src/com/android/mms/dom/
DocumentImpl.java 116 public NodeList getElementsByTagNameNS(String namespaceURI, String localName) {
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorOutputElem.java 174 * @param localName The local name (without prefix), or the
186 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)

Completed in 769 milliseconds

<<11121314151617181920>>