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

  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowUriMatcher.java 82 private void addNodes(MatchNode baseNode, List<String> segments, int code) {
87 nextNode = baseNode.number;
90 baseNode.number = nextNode;
94 nextNode = baseNode.text;
97 baseNode.text = nextNode;
101 nextNode = baseNode.map.get(segment);
104 baseNode.map.put(segment, nextNode);
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNormalizer.java 330 XMPNode baseNode = XMPNodeUtils
333 if (baseNode == null)
349 baseNode = new XMPNode(info.getPrefix() + info.getPropName(), info
351 baseSchema.addChild(baseNode);
352 transplantArrayItemAlias (propertyIt, currProp, baseNode);
363 compareAliasedSubtrees (currProp, baseNode, true);
377 int xdIndex = XMPNodeUtils.lookupLanguageItem(baseNode,
381 itemNode = baseNode.getChild(xdIndex);
384 else if (baseNode.hasChildren())
386 itemNode = baseNode.getChild(1)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
FuncDocument.java 95 int baseNode = arg2.iter().nextNode();
97 if (baseNode == DTM.NULL)
106 DTM baseDTM = xctxt.getDTM(baseNode);
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 864 milliseconds