Uses of Class
org.enhydra.xml.xmlc.codegen.JavaCode

Packages that use JavaCode
org.enhydra.xml.io org.enhydra.xml.io provides input (parsing) and output (formatting) routines for XML and HTML. 
org.enhydra.xml.xmlc.codegen org.enhydra.xml.xmlc.codegen provides interfaces and support class for code generation. 
org.enhydra.xml.xmlc.deferredparsing org.enhydra.xml.xmlc.deferredparsing provides support for deferred parsing of *ML objects. 
org.enhydra.xml.xmlc.dom   
org.enhydra.xml.xmlc.dom.generic org.enhydra.xml.xmlc.dom.generic provides base support that should work with any W3C DOM implementation. 
 

Uses of JavaCode in org.enhydra.xml.io
 

Methods in org.enhydra.xml.io with parameters of type JavaCode
 void OutputOptions.createCodeGenerator(String varName, boolean makeReadOnly, JavaCode code)
          Generate code to create an object with the same attributes as this object.
 

Uses of JavaCode in org.enhydra.xml.xmlc.codegen
 

Methods in org.enhydra.xml.xmlc.codegen that return JavaCode
 JavaCode JavaMethod.getCode()
          Get the code object associate with the method body.
 JavaCode JavaClass.getClassInitializer()
          Get the class initializer.
 

Methods in org.enhydra.xml.xmlc.codegen with parameters of type JavaCode
 void VarNames.insertVarDefs(JavaCode body)
          Insert variable definitions at the beginning of the body of a method.
 

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

Methods in org.enhydra.xml.xmlc.deferredparsing with parameters of type JavaCode
 void DeferredParsingAccessorGenerator.createAccessMethodInit(ElementInfo elementInfo, String elementVarName, JavaCode body)
          Create code to setup an access method for an element when building the DOM.
 

Uses of JavaCode in org.enhydra.xml.xmlc.dom
 

Methods in org.enhydra.xml.xmlc.dom with parameters of type JavaCode
 void AccessorGenerator.createAccessMethodInit(ElementInfo elementInfo, String elementVarName, JavaCode body)
          Create code to setup an access method for an element when building the DOM.
 void AccessorGenerator.createNullElementAccess(ElementInfo elementInfo, JavaCode body)
          Create code cached information so that element access methods return null.
 void AccessorGenerator.createResetElementAccess(ElementInfo elementInfo, String nodeVarName, JavaCode body)
          Create code to reset the element access information from a node.
 

Uses of JavaCode in org.enhydra.xml.xmlc.dom.generic
 

Methods in org.enhydra.xml.xmlc.dom.generic with parameters of type JavaCode
 void GenericAccessorGenerator.createAccessMethodInit(ElementInfo elementInfo, String elementVarName, JavaCode body)
          Create code to setup an access method for an element when building the DOM.
 void GenericAccessorGenerator.createNullElementAccess(ElementInfo elementInfo, JavaCode body)
          Create code cached information so that element access methods return null.
 void GenericAccessorGenerator.createResetElementAccess(ElementInfo elementInfo, String nodeVarName, JavaCode body)
          Create code to reset the element access information from a node.
 



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