org.apache.xml.utils.res

Class StringArrayWrapper


public class StringArrayWrapper
extends java.lang.Object

It is a mutable object to wrap the String[] used in the contents of the XResourceBundle class

Constructor Summary

StringArrayWrapper(String[] arg)

Method Summary

int
getLength()
String
getString(int index)

Constructor Details

StringArrayWrapper

public StringArrayWrapper(String[] arg)

Method Details

getLength

public int getLength()

getString

public String getString(int index)

Copyright © 2006 Apache XML Project. All Rights Reserved.