HomeSort by relevance Sort by last modified time
    Searched refs:attrPrefix (Results 1 - 19 of 19) 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 942 String attrPrefix = toString(attributes[i].prefix);
943 AtomicString attrURI = attrPrefix.isEmpty() ? AtomicString() : toAtomicString(attributes[i].uri);
944 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 253 String attrPrefix = attrName.substring(0, cut);
257 String attrNs = getNamespace(attrPrefix);
261 "Undefined Prefix: " + attrPrefix + " in " + this);
265 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 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-utils-3.0.17.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/2.0.5/
plexus-utils-2.0.5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0/
plexus-utils-3.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/
plexus-utils-1.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 1138 milliseconds