parent.frames[1].location.href = url1; parent.frames[2].location.href = url2; } -->
Package gnue :: Package forms :: Module GFParser
[show private | hide private]

Module gnue.forms.GFParser

Class that contains a sax based xml processor for GNUe forms

NOTE: Designer uses the 'Positionable' attribute. It is specific to forms+designer and is not part of the GParser spec. If set to true, then this object is a visible, movable, sizable attribute.
Function Summary
  getXMLelements()
  loadFile(buffer, instance, initialize, url, check_required)
This method loads a form from an XML file and returns a GFForm object.

Variable Summary
str root_tag = 'form'
NoneType xmlElements = None                                                                  

Function Details

getXMLelements()

loadFile(buffer, instance, initialize=True, url=None, check_required=True)

This method loads a form from an XML file and returns a GFForm object. If initialize is 1 (default), then the form is initialized and ready to go.

(initialize=0 is currently not used -- will probably be used in the Forms Designer package where we will not want the loaded form to connect to databases, etc)

Variable Details

root_tag

Type:
str
Value:
'form'                                                                 

xmlElements

Type:
NoneType
Value:
None                                                                  


GNUe Home

Private API

Developer's Corner