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 StringToStringTable
StringToStringTableVector. elementAt(int i)
Get the nth element.Methods in org.apache.xml.utils with parameters of type StringToStringTable Modifier and Type Method Description void
StringToStringTableVector. addElement(StringToStringTable value)
Append a StringToStringTable object onto the vector.boolean
StringToStringTableVector. contains(StringToStringTable s)
Tell if the table contains the given StringToStringTable.
-