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

  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
ExtendedType.java 29 private int nodetype; field in class:ExtendedType
38 * @param nodetype Type of the node
42 public ExtendedType (int nodetype, String namespace, String localName)
44 this.nodetype = nodetype;
47 this.hash = nodetype + namespace.hashCode() + localName.hashCode();
54 * @param nodetype Type of the node
59 public ExtendedType (int nodetype, String namespace, String localName, int hash)
61 this.nodetype = nodetype;
    [all...]
DTMDocumentImpl.java 1425 int nodetype=gotslot[0] & 0xFF; local
1702 int nodetype=gotslot[0] & 0xFF; \/\/ ###zaj use mask to get node type local
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/compiler/
XPathParser.java     [all...]
  /external/opencore/engines/player/src/
pv_player_engine.cpp 2460 PVPlayerNodeType nodetype = PVP_NODETYPE_UNKNOWN; local
2502 PVPlayerNodeType nodetype = PVP_NODETYPE_UNKNOWN; local
    [all...]
  /external/libxml2/
xpath.c     [all...]

Completed in 298 milliseconds