C D E F G M P S V X

C

commandLine(Boolean) - Method in class oracle.forms.util.xmltools.XML2Forms
Lets the tool know that it's been invoked from the command line, it therefore outputs progress indicators to the System.out.
connectToDatabase(String) - Method in class oracle.forms.util.xmltools.XML2Forms
Connects to a database with the given connection string.
createModule() - Method in class oracle.forms.util.xmltools.XML2Forms
Parses the XML at the URL given to the Constructor and returns the module.

D

dumpModule() - Method in class oracle.forms.util.xmltools.Forms2XML
Dumps the form passed to the constructor and returns the XML as an object.

E

endElement(XMLElement) - Method in class oracle.forms.util.xmltools.XML2Forms
This method is excuted by the parser after every XML element.

F

Forms2XML - class oracle.forms.util.xmltools.Forms2XML.
This class takes a module (Form Module, Object Library or Menu Module) and uses the Jdapi to convert it to XML.
Forms2XML(File) - Constructor for class oracle.forms.util.xmltools.Forms2XML
Constructor - Takes a form ready for dumping.
Forms2XML(JdapiModule) - Constructor for class oracle.forms.util.xmltools.Forms2XML
Constructor - Takes a form ready for dumping.
FORMSSCHEMA_FILENAME - Static variable in class oracle.forms.util.xmltools.SchemaGenerator
Filename for the Forms XMLSchema
FORMSSCHEMA_URI - Static variable in class oracle.forms.util.xmltools.SchemaGenerator
URI for the Forms XMLSchema

G

generateSchema() - Method in class oracle.forms.util.xmltools.SchemaGenerator
Generates the XML Schema for the Forms model and returns it as an XMLDocument object.
getSchemaObject() - Static method in class oracle.forms.util.xmltools.SchemaGenerator
Generates the XML Schema for the Forms model and returns it as an XMLSchema object.

M

main(String[]) - Static method in class oracle.forms.util.xmltools.Forms2XML
Takes a filename or set of filenames to process.
main(String[]) - Static method in class oracle.forms.util.xmltools.SchemaGenerator
Generates the XML Schema for the Forms model and writes it to file.
main(String[]) - Static method in class oracle.forms.util.xmltools.XML2Forms
Takes an XML filename or set of filenames to process.
main(String[]) - Static method in class oracle.forms.util.xmltools.XMLValidator
Main method takes a filename, or filenames of XML files and validates the XML against the Forms XMLSchema.

P

parseXML() - Method in class oracle.forms.util.xmltools.XML2Forms
This method is excuted by the parser to start the parsing process.

S

SchemaGenerator - class oracle.forms.util.xmltools.SchemaGenerator.
Generates an XML Schema for the Forms model from the Jdapi metadata.
This class can be called from the command line where it will generate the Schema as an .xsd file, or called in Java to return an object of class oracle.xml.parser.schema.XMLSchema or oracle.xml.parser.v2.XMLDocument (see methods below).

To use this tool the user will need the Forms Jdapi (Java Design-time API) on their classpath.
SchemaGenerator() - Constructor for class oracle.forms.util.xmltools.SchemaGenerator
Creates a new SchemaGenerator object ready to generate the Forms XML Schema.
startElement(XMLElement) - Method in class oracle.forms.util.xmltools.XML2Forms
This method is excuted by the parser at the start of every XML element.

V

validateXML(URL) - Method in class oracle.forms.util.xmltools.XMLValidator
Validates the XML at the given URL against the Forms model XMLSchema.
validateXML(URL, OutputStream) - Method in class oracle.forms.util.xmltools.XMLValidator
Validates the XML at the given URL against the Forms model XMLSchema.

X

XML2Forms - class oracle.forms.util.xmltools.XML2Forms.
This class takes an XML Form representation and converts it back to a module and using the Jdapi.
XML2Forms(URL) - Constructor for class oracle.forms.util.xmltools.XML2Forms
Constructor - Takes the URL of the XML ready for parsing.
XMLSCHEMA_URI - Static variable in class oracle.forms.util.xmltools.SchemaGenerator
URI for XMLSchema
XMLValidator - class oracle.forms.util.xmltools.XMLValidator.
Used to validate XML against the Forms XMLSchema.
XMLValidator() - Constructor for class oracle.forms.util.xmltools.XMLValidator
Creates a new XMLValidator object ready to validate XML at URLs given to the validateXML() methods.

C D E F G M P S V X