Uses of Interface
org.enhydra.xml.xmlc.XMLCFactory

Packages that use XMLCFactory
org.enhydra.xml.xmlc   
org.enhydra.xml.xmlc.deferredparsing org.enhydra.xml.xmlc.deferredparsing provides support for deferred parsing of *ML objects. 
org.enhydra.xml.xmlc.servlet   
 

Uses of XMLCFactory in org.enhydra.xml.xmlc
 

Classes in org.enhydra.xml.xmlc that implement XMLCFactory
 class XMLCStdFactory
          XMLC standard factory class.
 

Uses of XMLCFactory in org.enhydra.xml.xmlc.deferredparsing
 

Classes in org.enhydra.xml.xmlc.deferredparsing that implement XMLCFactory
 class XMLCDeferredParsingFactory
          Factory class to create instances of an XMLC-generated class with "deferred parsing".
 

Uses of XMLCFactory in org.enhydra.xml.xmlc.servlet
 

Methods in org.enhydra.xml.xmlc.servlet that return XMLCFactory
 XMLCFactory XMLCContext.getXMLCFactory()
          Get the XMLC factory object associated with the context.
 

Methods in org.enhydra.xml.xmlc.servlet with parameters of type XMLCFactory
 void XMLCContext.setXMLCFactory(XMLCFactory factory)
          Explictly set XMLC factory.
 

Constructors in org.enhydra.xml.xmlc.servlet with parameters of type XMLCFactory
XMLCContext(javax.servlet.ServletContext servletContext, XMLCFactory factory, XMLCContext.SessionURLEncodingMode sessionURLEncodingMode, boolean logStats, int compressionType)
          Constructor.
 



Copyright © 1999-2002 enhydra.org (Mark Diekhans, David Li, Richard Kunze). All Rights reserved.