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

  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
ExpandedNameTable.java 29 * %OPT% The performance of the getExpandedTypeID() method is very important
33 * are combined in getExpandedTypeID() method to share the same hash calculation
156 public int getExpandedTypeID(String namespace, String localName, int type)
158 return getExpandedTypeID(namespace, localName, type, false);
179 public int getExpandedTypeID(String namespace, String localName, int type, boolean searchOnly)
278 public int getExpandedTypeID(int type)
DTMDefaultBase.java 847 "(0x"+Integer.toHexString(getExpandedTypeID(nodeHandle))+") "+
    [all...]
DTMDocumentImpl.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTM.java 436 public int getExpandedTypeID(int nodeHandle);
450 public int getExpandedTypeID(String namespace, String localName, int type);
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 108 milliseconds