Uses of Class
org.apache.xalan.xpath.xml.StringToStringTable

Packages that use StringToStringTable
org.apache.xalan.xpath.xml   
org.apache.xalan.xslt   
 

Uses of StringToStringTable in org.apache.xalan.xpath.xml
 

Methods in org.apache.xalan.xpath.xml that return StringToStringTable
 StringToStringTable StringToStringTableVector.elementAt(int i)
          **For internal use only** Get the nth element.
 

Methods in org.apache.xalan.xpath.xml with parameters of type StringToStringTable
 void StringToStringTableVector.addElement(StringToStringTable value)
          **For internal use only** Append a string onto the vector.
 boolean StringToStringTableVector.contains(StringToStringTable s)
          **For internal use only** Tell if the table contains the given string.
 

Uses of StringToStringTable in org.apache.xalan.xslt
 

Fields in org.apache.xalan.xslt declared as StringToStringTable
 StringToStringTable Stylesheet.m_prefix_aliases
           
 

Methods in org.apache.xalan.xslt that return StringToStringTable
 StringToStringTable Stylesheet.getExcludeResultPrefixes()
          Set lookup table of exclude-result-prefixes.
 

Methods in org.apache.xalan.xslt with parameters of type StringToStringTable
 void Stylesheet.setExcludeResultPrefixes(StringToStringTable v)
          Get lookup table of exclude-result-prefixes.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.