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

  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
nodegetprefix03.java 79 String attrPrefix;
88 attrPrefix = qattr.getPrefix();
92 assertEquals("nodegetprefix03_4", "qual", attrPrefix);
  /libcore/luni/src/test/java/tests/org/w3c/dom/
NodeGetPrefix.java 79 String attrPrefix;
88 attrPrefix = qattr.getPrefix();
92 assertEquals("nodegetprefix03_4", "qual", attrPrefix);
  /external/smack/src/com/kenai/jbosh/
BodyParserXmlPull.java 107 String attrPrefix = xpp.getAttributePrefix(idx);
108 if (attrPrefix == null) {
109 attrPrefix = XMLConstants.DEFAULT_NS_PREFIX;
114 attrURI, attrLN, attrPrefix);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java 672 String attrPrefix = attr.getPrefix() == null ? "" : attr.getPrefix();
709 attrPrefix = attrPrefix == null ? "" : attrPrefix;
712 String declAttrNS = fNSBinder.getURI(attrPrefix);
720 if ("".equals(attrPrefix) || "".equals(declAttrPrefix)
721 || !attrPrefix.equals(declAttrPrefix)) {
728 attrPrefix = declAttrPrefix;
738 if (attrPrefix != null && !"".equals(attrPrefix)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTMdefaultNamespaceDeclarationNode.java 331 String attrPrefix = attr.getPrefix();
340 } else if (attrPrefix !=null &&
341 attrPrefix.equals("xmlns") &&
  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParser.cpp 919 String attrPrefix = toString(attributes[i].prefix);
920 AtomicString attrURI = attrPrefix.isEmpty() ? AtomicString() : toAtomicString(attributes[i].uri);
921 AtomicString attrQName = attrPrefix.isEmpty() ? toAtomicString(attributes[i].localname) : attrPrefix + ":" + toString(attributes[i].localname);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
UnImplNode.java     [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DocumentBuilderImpl.java 278 String attrPrefix = parser.getAttributePrefix(i);
288 attr.setPrefix(attrPrefix);
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 250 String attrPrefix = attrName.substring(0, cut);
254 String attrNs = getNamespace(attrPrefix);
258 "Undefined Prefix: " + attrPrefix + " in " + this);
262 attributes[i + 1] = attrPrefix;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java     [all...]
  /external/robolectric/lib/main/
xpp3-1.1.4c.jar 
  /external/smack/asmack-master/lib/
xpp3-1.1.4c.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 1204 milliseconds