Uses of Class
org.apache.xalan.xsltc.util.IntegerArray
-
Packages that use IntegerArray Package Description org.apache.xalan.xsltc.dom org.apache.xalan.xsltc.util -
-
Uses of IntegerArray in org.apache.xalan.xsltc.dom
Methods in org.apache.xalan.xsltc.dom that return IntegerArray Modifier and Type Method Description IntegerArrayKeyIndex. getDOMNodeById(java.lang.String id)Return an IntegerArray for the DOM Node which has the given id. -
Uses of IntegerArray in org.apache.xalan.xsltc.util
Methods in org.apache.xalan.xsltc.util with parameters of type IntegerArray Modifier and Type Method Description voidIntegerArray. merge(IntegerArray other)Merge two sorted arrays and eliminate duplicates.
-