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

  /libcore/luni/src/main/java/org/apache/xml/dtm/
DTMFilter.java 163 * TODO: Should this be setNameMatch(expandedName) followed by accept()?
181 * @param expandedName a value defining the exanded name as defined in
184 * portion of the expandedName.
186 public short acceptNode(int nodeHandle, int whatToShow, int expandedName);
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/
DTMDocumentImpl.java 486 // %TBD% Where do we pool expandedName, or is it just the union, or...
    [all...]
  /external/webkit/WebCore/xml/
XPathFunctions.cpp 375 static inline String expandedName(Node* node)
417 return node ? expandedName(node) : "";
420 return expandedName(evaluationContext().node.get());

Completed in 34 milliseconds