Uses of Class
java.lang.ArrayIndexOutOfBoundsException
| Package | Description |
|---|---|
| java.lang.reflect | |
| org.apache.xalan.templates |
Implements the
Templates interface,
and defines a set of classes that represent an XSLT stylesheet. |
| org.apache.xml.dtm.ref |
-
Uses of ArrayIndexOutOfBoundsException in java.lang.reflect
Methods in java.lang.reflect that throw ArrayIndexOutOfBoundsException Modifier and Type Method Description static ObjectArray. get(Object array, int index)Returns the element of the array at the specified index.static booleanArray. getBoolean(Object array, int index)Returns the boolean at the given index in the given boolean array.static byteArray. getByte(Object array, int index)Returns the byte at the given index in the given byte array.static charArray. getChar(Object array, int index)Returns the char at the given index in the given char array.static doubleArray. getDouble(Object array, int index)Returns the double at the given index in the given array.static floatArray. getFloat(Object array, int index)Returns the float at the given index in the given array.static intArray. getInt(Object array, int index)Returns the int at the given index in the given array.static longArray. getLong(Object array, int index)Returns the long at the given index in the given array.static shortArray. getShort(Object array, int index)Returns the short at the given index in the given array.static voidArray. set(Object array, int index, Object value)Sets the element of the array at the specified index to the value.static voidArray. setByte(Object array, int index, byte value)Setsarray[index] = value.static voidArray. setChar(Object array, int index, char value)Setsarray[index] = value.static voidArray. setDouble(Object array, int index, double value)Setsarray[index] = value.static voidArray. setFloat(Object array, int index, float value)Setsarray[index] = value.static voidArray. setInt(Object array, int index, int value)Setsarray[index] = value.static voidArray. setLong(Object array, int index, long value)Setsarray[index] = value.static voidArray. setShort(Object array, int index, short value)Setsarray[index] = value. -
Uses of ArrayIndexOutOfBoundsException in org.apache.xalan.templates
Methods in org.apache.xalan.templates that throw ArrayIndexOutOfBoundsException Modifier and Type Method Description ElemAttributeSetStylesheet. getAttributeSet(int i)Get an "xsl:attribute-set" property.ArrayListStylesheetRoot. getAttributeSetComposed(QName name)Get a list "xsl:attribute-set" properties that match the qname.DecimalFormatPropertiesStylesheet. getDecimalFormat(int i)Get an "xsl:decimal-format" property.StringElemExtensionDecl. getElement(int i)Get the element at the given indexStringStylesheet. getExcludeResultPrefix(int i)Get an "exclude-result-prefix" property.StringElemLiteralResult. getExtensionElementPrefix(int i)Get an "extension-element-prefix" property.StringStylesheet. getExtensionElementPrefix(int i)Get and "extension-element-prefix" property.StringElemExtensionDecl. getFunction(int i)Get a function at a given index in this extension elementStylesheetComposedStylesheet. getImport(int i)Get a stylesheet from the "import" list.StylesheetComposedStylesheetComposed. getImportComposed(int i)Get a stylesheet from the "import" list.StylesheetStylesheet. getInclude(int i)Get the stylesheet at the given in index in "include" listStylesheetStylesheetComposed. getIncludeComposed(int i)Get an "xsl:include" property.KeyDeclarationStylesheet. getKey(int i)Get an "xsl:key" property.NamespaceAliasStylesheet. getNamespaceAlias(int i)Get an "xsl:namespace-alias" property.OutputPropertiesStylesheet. getOutput(int i)Get an "xsl:output" property.WhiteSpaceInfoStylesheet. getPreserveSpace(int i)Get a "xsl:preserve-space" property.WhiteSpaceInfoStylesheet. getStripSpace(int i)Get an "xsl:strip-space" property.ElemVariableStylesheet. getVariableOrParam(int i)Get an "xsl:variable" property. -
Uses of ArrayIndexOutOfBoundsException in org.apache.xml.dtm.ref
Methods in org.apache.xml.dtm.ref that throw ArrayIndexOutOfBoundsException Modifier and Type Method Description StringDTMStringPool. indexToString(int i)