Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.commons.jxpath.servlet
Class Util  view Util download Util.java

java.lang.Object
  extended byorg.apache.commons.jxpath.servlet.Util

public final class Util
extends java.lang.Object

Turns an Enumeration of Strings into an array of Strings.

Version:
$Revision: 1.2 $ $Date: 2003/01/11 05:41:26 $

Field Summary
private static java.lang.String[] STRING_ARRAY
           
 
Constructor Summary
Util()
           
 
Method Summary
static java.lang.String[] toStrings(java.util.Enumeration e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STRING_ARRAY

private static final java.lang.String[] STRING_ARRAY
Constructor Detail

Util

public Util()
Method Detail

toStrings

public static java.lang.String[] toStrings(java.util.Enumeration e)