Searched refs:exptype (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMDefaultBaseTraversers.java747 int exptype = _exptype(current); // may call nextNode()
752 if (exptype != expandedTypeID)
1284 int exptype = m_exptype.elementAt(current);
1286 if (exptype != expandedTypeID
1347 int exptype = m_exptype.elementAt(current);
1349 if (exptype != expandedTypeID)
1540 int exptype = _exptype(current); // may call nextNode()
1542 if (exptype == NULL)
1545 if (exptype != expandedTypeID)
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/
H A DSAX2DTM2.java2033 public final int _exptype2Type(int exptype) argument
2035 if (NULL != exptype)
2036 return m_extendedTypes[exptype].getNodeType();
3190 * @param exptype The expanded type of the Element node
3194 protected final String copyElement(int nodeID, int exptype, argument
3198 final ExtendedType extType = m_extendedTypes[exptype];
3343 * @param exptype The expanded type of the Element node
3346 protected final void copyAttribute(int nodeID, int exptype, argument
3358 final ExtendedType extType = m_extendedTypes[exptype];
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DSAXImpl.java1709 int exptype = _exptype2(nodeID);
1710 int type = _exptype2Type(exptype);
1716 final String name = copyElement(nodeID, exptype, handler);
1735 copyAttribute(nodeID, exptype, handler);

Completed in 62 milliseconds