Uses of Class
org.enhydra.xml.xmlc.deferredparsing.XMLCCreateOptions

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

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

Methods in org.enhydra.xml.xmlc.deferredparsing that return XMLCCreateOptions
 XMLCCreateOptions XMLCCreateOptions.setXmlcClass(Class xmlcClass)
          Use this option for deferred parsing; that is with build-time-generated XMLC classes.
 XMLCCreateOptions XMLCCreateOptions.setXmlcClassName(String xmlcClassName)
          Use this option for deferred parsing; that is with build-time-generated XMLC classes.
 XMLCCreateOptions XMLCCreateOptions.setDynMarkupFilePath(String dynMarkupFilePath)
          Use this option for dynamic loading; that is without build-time-generated XMLC classes.
 XMLCCreateOptions XMLCCreateOptions.setDynDomFactoryClassName(String dynDomFactoryClassName)
           
 XMLCCreateOptions XMLCCreateOptions.setUserLocale(Locale userLocale)
           
 XMLCCreateOptions XMLCCreateOptions.setFallbackLocale(Locale fallbackLocale)
           
(package private)  XMLCCreateOptions XMLCCreateOptions.setDefaultFallbackLocale(Locale defaultFallbackLocale)
           
 

Methods in org.enhydra.xml.xmlc.deferredparsing with parameters of type XMLCCreateOptions
 XMLObject XMLCDeferredParsingFactory.create(XMLCCreateOptions xmlcCreateOptions)
          Creates an instance of an XMLC-generated class, or a class derived from one, using the associated classloader, given one of the following...
 



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