Searched refs:NTYPES (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DNodeTest.java42 public static final int GTYPE = DTM.NTYPES;
H A DMode.java452 for (int i = DTM.NTYPES; i < n; i++) {
455 final String name = (String) names.elementAt(i - DTM.NTYPES);
474 _testSeq = new TestSeq[DTM.NTYPES + names.size()];
700 for (int i = DTM.NTYPES; i < (DTM.NTYPES+namesCount); i++) {
702 String name = (String)names.elementAt(i-DTM.NTYPES);
812 final int[] types = new int[DTM.NTYPES + names.size()];
822 isAttribute[i + DTM.NTYPES] = isAttributeName(name);
823 isNamespace[i + DTM.NTYPES] = isNamespaceName(name);
903 for (int i = DTM.NTYPES;
[all...]
H A DStep.java253 if (_nodeType >= DTM.NTYPES) {
256 name = (String)ni.elementAt(_nodeType-DTM.NTYPES);
H A DXSLTC.java244 _nextGType = DTM.NTYPES;
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DExpandedNameTable.java110 m_defaultExtendedTypes = new ExtendedType[DTM.NTYPES];
112 for (int i = 0; i < DTM.NTYPES; i++)
138 for (int i = 0; i < DTM.NTYPES; i++) {
143 m_nextType = DTM.NTYPES;
H A DDTMDefaultBaseIterators.java403 if (_nodeType >= DTM.NTYPES) {
480 if (nodeType >= DTM.NTYPES) {
487 if (eType < DTM.NTYPES) {
779 if (nodeType >= DTM.NTYPES) {
784 if (expType < DTM.NTYPES) {
943 if (nodeType >= DTM.NTYPES) {
950 if (eType < DTM.NTYPES) {
1205 if (nodeType >= DTM.NTYPES) {
1212 if (expType < DTM.NTYPES) {
1433 if (nodeType >= DTM.NTYPES) {
[all...]
H A DDTMDefaultBase.java990 if (nodeType < DTM.NTYPES) {
996 || (eType >= DTM.NTYPES
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/
H A DSAX2DTM2.java197 else if (_nodeType >= DTM.NTYPES) {
282 // need to compare the expType with DTM.NTYPES. A child node of
285 // type greater than or equal to DTM.NTYPES.
290 if (eType >= DTM.NTYPES)
333 if (_exptype2(node) >= DTM.NTYPES) {
382 if (_nodeType >= DTM.NTYPES) {
388 if (expType < DTM.NTYPES) {
486 while ((node = _nextsib2(node)) != DTM.NULL && _exptype2(node) < DTM.NTYPES) {}
740 while (node != NULL && node != startNodeID && _exptype2(node) < DTM.NTYPES) {
780 if (_exptype2(node) >= DTM.NTYPES) {
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DSAXImpl.java569 for (i = 0; i < DTM.NTYPES; i++) {
573 for (i = NTYPES; i < exLength; i++) {
584 result[genType] = (short)(i + DTM.NTYPES);
597 final int[] result = new int[names.length + DTM.NTYPES];
600 for (i = 0; i < DTM.NTYPES; i++) {
607 result[i+DTM.NTYPES] = type;
646 for (i = 0; i < DTM.NTYPES; i++) {
650 for (i = NTYPES; i < exLength; i++) {
658 result[genType] = (short)(i + DTM.NTYPES);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/
H A DDTM.java168 public static final short NTYPES = 14; field in interface:DTM

Completed in 304 milliseconds