HomeSort by relevance Sort by last modified time
    Searched full:localname (Results 126 - 150 of 1018) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToXMLStream.java 422 * @param localName local part of the attribute name
423 * @param rawName prefix:localName
432 String localName,
441 boolean was_added = addAttributeAlways(uri, localName, rawName, type, value, xslAttribute);
456 localName,
464 rawName = prefixUsed + ":" + localName;
468 addAttributeAlways(uri, localName, rawName, type, value, xslAttribute);
487 MsgKey.ER_ILLEGAL_ATTRIBUTE_POSITION,new Object[]{ localName });
  /external/libxml2/include/libxml/
SAX2.h 114 const xmlChar *localname,
124 const xmlChar *localname,
  /frameworks/base/tools/preload2/src/com/android/preload/
DumpDataIO.java 94 public void startElement(String uri, String localName, String qName, Attributes attributes)
129 public void endElement(String uri, String localName, String qName) throws SAXException {
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
getElementsByTagNameNS03.java 34 * The "getElementsByTagNameNS(namespaceURI,localName)" method returns a NodeList
40 * localName.
getElementsByTagNameNS04.java 34 * The "getElementsByTagNameNS(namespaceURI,localName)" method returns a NodeList
40 * localName.
getElementsByTagNameNS06.java 34 * The "getElementsByTagNameNS(namespaceURI,localName)" method returns a NodeList
40 * localName.
getElementsByTagNameNS07.java 34 * The "getElementsByTagNameNS(namespaceURI,localName)" method returns a NodeList
40 * localName.
getElementsByTagNameNS10.java 34 * The "getElementsByTagNameNS(namespaceURI,localName)" method returns a NodeList
40 * localName.
getElementsByTagNameNS11.java 34 * The "getElementsByTagNameNS(namespaceURI,localName)" method returns a NodeList
40 * localName.
getElementsByTagNameNS12.java 34 * The "getElementsByTagNameNS(namespaceURI,localName)" method returns a NodeList
40 * localName.
getElementsByTagNameNS13.java 34 * The "getElementsByTagNameNS(namespaceURI,localName)" method returns a NodeList
40 * localName.
getElementsByTagNameNS14.java 34 * The "getElementsByTagNameNS(namespaceURI,localName)" method returns a NodeList
40 * localName.
hasAttributeNS01.java 67 String localName = "nomatch";
76 state = testNode.hasAttributeNS(namespaceURI, localName);
hasAttributeNS02.java 66 String localName = "domestic";
75 state = testNode.hasAttributeNS(namespaceURI, localName);
hasAttributeNS03.java 66 String localName = "blank";
76 state = testNode.hasAttributeNS(namespaceURI, localName);
hasAttributeNS04.java 73 String localName = "district";
83 state = testNode.hasAttributeNS(namespaceURI, localName);
hasAttributeNS05.java 72 String localName = "domestic";
81 state = testNode.hasAttributeNS(namespaceURI, localName);
namednodemapgetnameditemns02.java 37 * and localName=domestic, from a NamedNodeMap of attribute nodes, for the second element
38 * whose namespaceURI=http://www.nist.gov and localName=address. Verify if the attr node
namednodemapremovenameditemns06.java 34 * The method removeNamedItemNS removes a node using its namespaceURI and localName and
36 * localName in this map
namednodemapremovenameditemns08.java 34 * The method removeNamedItemNS removes a node using its namespaceURI and localName and
36 * localName in this map
namednodemapremovenameditemns09.java 34 * The method removeNamedItemNS removes a node using its namespaceURI and localName and
36 * localName in this map
namednodemapsetnameditemns01.java 34 * The method setNamedItemNS adds a node using its namespaceURI and localName. If a node with
38 * Retreive the first element whose localName is address and namespaceURI http://www.nist.gov",
namednodemapsetnameditemns06.java 34 * Retreieve the first element whose localName is address and its attributes into a named node map.
36 * Retreieve the second element whose localName is address and its attributes into a named node map.
namednodemapsetnameditemns08.java 36 * Retreieve the first element whose localName is address and its attributes into a named node map.
38 * localName is address and its attributes into a named node map. Invoke setNamedItemNS on the
setAttributeNS05.java 71 String localName = "newAttr";
84 resultAttr = ((Element) /*Node */testAddr).getAttributeNS(namespaceURI, localName);

Completed in 376 milliseconds

1 2 3 4 56 7 8 91011>>