Uses of Class
org.apache.xalan.xsltc.runtime.Hashtable

Packages that use Hashtable
org.apache.xalan.xsltc   
org.apache.xalan.xsltc.dom   
org.apache.xalan.xsltc.runtime   
 

Uses of Hashtable in org.apache.xalan.xsltc
 

Methods in org.apache.xalan.xsltc with parameters of type Hashtable
 void TransletOutputHandler.setCdataElements(Hashtable elements)
           
 

Uses of Hashtable in org.apache.xalan.xsltc.dom
 

Methods in org.apache.xalan.xsltc.dom that return Hashtable
 Hashtable DTDMonitor.getUnparsedEntityURIs()
           
 

Uses of Hashtable in org.apache.xalan.xsltc.runtime
 

Fields in org.apache.xalan.xsltc.runtime declared as Hashtable
 Hashtable AbstractTranslet._cdata
           
 Hashtable AbstractTranslet._formatSymbols
          Decimal number format symbol handling
 Hashtable AbstractTranslet._unparsedEntities
          Unparsed entity URI handling - implements unparsed-entity-uri()
 

Methods in org.apache.xalan.xsltc.runtime with parameters of type Hashtable
 void TextOutput.setCdataElements(Hashtable elements)
          The instruction can specify that certain XML elements should be output as CDATA sections.
 void TransletOutputBase.setCdataElements(Hashtable elements)
           
 void SAXAdapter.setCdataElements(Hashtable elements)
           
 void AbstractTranslet.setUnparsedEntityURIs(Hashtable table)
          Add an unparsed entity URI.
 



Copyright © 2001 Apache XML Project. All Rights Reserved.