Searched defs:attType (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/
H A DSAX2DTM2.java2588 * @param attType int expanded type ID of the required attribute.
2592 protected final int getTypedAttribute(int nodeHandle, int attType) argument
2617 if (expType == attType) return makeNodeHandle(nodeID);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMDefaultBase.java1103 * @param attType int expanded type ID of the required attribute.
1107 protected int getTypedAttribute(int nodeHandle, int attType) { argument
1118 if (_exptype(identity) == attType) return makeNodeHandle(identity);

Completed in 77 milliseconds