Home | History | Annotate | Download | only in sax2dtm

Lines Matching refs:baseID

3306      * @baseID The node identity of the base node, which can be an
3310 protected final int getNextNamespaceNode2(int baseID) {
3312 while ((type = _type2(++baseID)) == DTM.ATTRIBUTE_NODE);
3315 return baseID;