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

/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];

Completed in 35 milliseconds