HomeSort by relevance Sort by last modified time
    Searched refs:attrQName (Results 1 - 8 of 8) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMBuilder.java 356 String attrQName = atts.getQName(i);
360 if (attrQName.startsWith("xmlns:") || attrQName.equals("xmlns")) {
365 elem.setAttributeNS(attrNS,attrQName, atts.getValue(i));
  /external/webkit/Source/WebCore/dom/
XMLDocumentParserQt.cpp 309 String attrQName = attr.qualifiedName();
310 state->attributes.set(attrQName, attrValue);
363 String attrQName = attr.qualifiedName();
364 newElement->setAttributeNS(attrURI, attrQName, attrValue, ec, scriptingPermission);
XMLDocumentParserLibxml2.cpp 737 AtomicString attrQName = attrPrefix.isEmpty() ? toAtomicString(attributes[i].localname) : AtomicString(attrPrefix + ":" + toString(attributes[i].localname));
739 newElement->setAttributeNS(attrURI, attrQName, attrValue, ec, scriptingPermission);
    [all...]
xml_expat_tokenizer.cpp 410 String attrQName = attrPrefix.isEmpty() ? attrLocalName : attrPrefix + String(":") + attrLocalName;
412 newElement->setAttributeNS(attrURI, attrQName, attrValue, exceptioncode);
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM.java     [all...]
SAX2DTM2.java     [all...]
  /tools/motodev/src/plugins/videos/libs/gdata/java/lib/
gdata-core-1.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 146 milliseconds