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

Packages that use XMLObject
org.enhydra.xml.lazydom org.enhydra.xml.lazydom implements a DOM used for templates that is expanded in a lazy manner. 
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.dom.xerces   
org.enhydra.xml.xmlc.html   
org.enhydra.xml.xmlc.servlet   
 

Uses of XMLObject in org.enhydra.xml.lazydom
 

Methods in org.enhydra.xml.lazydom that return XMLObject
 XMLObject LazyDocument.getXMLObject()
           
 

Methods in org.enhydra.xml.lazydom with parameters of type XMLObject
 void LazyDocument.setXMLObject(XMLObject xmlObject)
           
 

Uses of XMLObject in org.enhydra.xml.xmlc
 

Classes in org.enhydra.xml.xmlc that implement XMLObject
 class XMLObjectImpl
          Base class for all compiled XML objects.
 

Methods in org.enhydra.xml.xmlc that return XMLObject
 XMLObject XMLObject.getDelegate()
          Get the delegate.
protected  XMLObject XMLCStdFactory.doCreate(Class xmlcBasedClass)
          Do actualy work of creating a new object.
protected  XMLObject XMLCStdFactory.doCreate(String xmlcClassName, ClassLoader classLoader)
          Do actualy work of creating a new object given a name.
 XMLObject XMLCStdFactory.create(String xmlcClassName)
          Create an instance of a XMLC-generated class or a class derived from one, given either a class or an interface object, using the associated classloader
 XMLObject XMLCStdFactory.create(Class xmlcBasedClass)
          Create an instance of a XMLC-generated class or a class derived from one, given the name of the class, using the associated classloader
 XMLObject XMLCFactory.create(String xmlcClassName)
          Create an instance of a XMLC-generated class or a class derived from one, given the name of the class.
 XMLObject XMLCFactory.create(Class xmlcBasedClass)
          Create an instance of a XMLC-generated class or a class derived from one, given either a class or an interface object.
 XMLObject XMLObjectLink.getXMLObject()
          Get the XMLC XMLObject that contains this document, or null it it's not associated with a XMLObject.
 XMLObject XMLObjectImpl.getDelegate()
           
 

Methods in org.enhydra.xml.xmlc with parameters of type XMLObject
 void XMLObject.setDelegate(XMLObject delegate)
          Set the delegate object.
 void XMLObjectLink.setXMLObject(XMLObject xmlObject)
          Set the XMLC XMLObject that contains this document.
 void XMLObjectImpl.setDelegate(XMLObject delegate)
           
 

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

Methods in org.enhydra.xml.xmlc.deferredparsing that return XMLObject
protected  XMLObject XMLCDeferredParsingFactory.doCreate(Class xmlcBasedClass)
          Create a new document instance.
protected  XMLObject XMLCDeferredParsingFactory.doCreate(String xmlcClassName, ClassLoader classLoader)
          Do actualy work of creating a new object given a name.
 XMLObject XMLCDeferredParsingFactory.createFromFile(String filename)
           
 XMLObject XMLCDeferredParsingFactory.createFromFile(String filename, String domFactoryClassName)
          Create an XMLCObject from a source file.
 

Uses of XMLObject in org.enhydra.xml.xmlc.dom.xerces
 

Methods in org.enhydra.xml.xmlc.dom.xerces that return XMLObject
 XMLObject XercesHTMLDomFactory.LinkedXercesDocument.getXMLObject()
          Deprecated.  
 XMLObject XercesDomFactory.LinkedXercesDocument.getXMLObject()
          Deprecated.  
 XMLObject XercesLinkedHTMLDocument.getXMLObject()
           
 XMLObject XercesLinkedDocument.getXMLObject()
           
 

Methods in org.enhydra.xml.xmlc.dom.xerces with parameters of type XMLObject
 void XercesHTMLDomFactory.LinkedXercesDocument.setXMLObject(XMLObject xmlObject)
          Deprecated.  
 void XercesDomFactory.LinkedXercesDocument.setXMLObject(XMLObject xmlObject)
          Deprecated.  
 void XercesLinkedHTMLDocument.setXMLObject(XMLObject xmlObject)
           
 void XercesLinkedDocument.setXMLObject(XMLObject xmlObject)
           
 

Uses of XMLObject in org.enhydra.xml.xmlc.html
 

Subinterfaces of XMLObject in org.enhydra.xml.xmlc.html
 interface HTMLObject
          Interface implemented by all compiled HTML Objects.
 

Classes in org.enhydra.xml.xmlc.html that implement XMLObject
 class HTMLObjectImpl
          Abstract class that forms the base of all compiled HTML Objects.
 

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

Methods in org.enhydra.xml.xmlc.servlet with parameters of type XMLObject
 OutputOptions XMLCContext.createOutputOptions(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, XMLObject document)
          Create an OutputOptions object for a document.
 void XMLCContext.writeDOM(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, OutputOptions outputOptions, XMLObject document)
          Output an an XMLC document object (DOM).
 void XMLCContext.writeDOM(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, XMLObject document)
          Output an an XMLC document object (DOM).
 



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