Uses of Class
org.apache.xml.utils.StringToStringTable
-
Packages that use StringToStringTable Package Description org.apache.xml.utils Implementation of Xalan utility classes. -
-
Uses of StringToStringTable in org.apache.xml.utils
Methods in org.apache.xml.utils that return StringToStringTable Modifier and Type Method Description StringToStringTableStringToStringTableVector. elementAt(int i)Get the nth element.Methods in org.apache.xml.utils with parameters of type StringToStringTable Modifier and Type Method Description voidStringToStringTableVector. addElement(StringToStringTable value)Append a StringToStringTable object onto the vector.booleanStringToStringTableVector. contains(StringToStringTable s)Tell if the table contains the given StringToStringTable.
-