ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzahh_5.4.0.1/rfmlmain.htm

116 lines
6.5 KiB
HTML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-us" xml:lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="security" content="public" />
<meta name="Robots" content="index,follow" />
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
<meta name="DC.Type" content="reference" />
<meta name="DC.Title" content="Record Format Markup Language" />
<meta name="abstract" content="The Record Format Markup Language (RFML) is an XML extension for specifying record formats." />
<meta name="description" content="The Record Format Markup Language (RFML) is an XML extension for specifying record formats." />
<meta name="DC.Relation" scheme="URI" content="rfmlrequire.htm" />
<meta name="DC.Relation" scheme="URI" content="rfmlcompare.htm" />
<meta name="DC.Relation" scheme="URI" content="rfmlrecformdoc.htm" />
<meta name="DC.Relation" scheme="URI" content="rfmlsyntax.htm" />
<meta name="DC.Relation" scheme="URI" content="rzahhxmlmain.htm" />
<meta name="DC.Relation" scheme="URI" content="rfmlrequire.htm" />
<meta name="DC.Relation" scheme="URI" content="rfmlcompare.htm" />
<meta name="DC.Relation" scheme="URI" content="rfmlrecformdoc.htm" />
<meta name="DC.Relation" scheme="URI" content="rfmlsyntax.htm" />
<meta name="copyright" content="(C) Copyright IBM Corporation 2006" />
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2006" />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="rfmlmain" />
<meta name="DC.Language" content="en-us" />
<!-- All rights reserved. Licensed Materials Property of IBM -->
<!-- US Government Users Restricted Rights -->
<!-- Use, duplication or disclosure restricted by -->
<!-- GSA ADP Schedule Contract with IBM Corp. -->
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
<link rel="stylesheet" type="text/css" href="./ic.css" />
<title>Record Format Markup Language</title>
</head>
<body id="rfmlmain"><a name="rfmlmain"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Record Format Markup Language</h1>
<div><p>The Record Format Markup Language (RFML) is an XML extension for
specifying record formats. </p>
<div class="section"><p>The IBM<sup>®</sup> Toolbox
for Java™ RFML
component enables your Java applications to use RFML documents
to specify and manipulate fields within certain kinds of records.</p>
<p><span class="synph" id="rfmlmain__dds"><a name="rfmlmain__dds"><!-- --></a><span class="kwd"></span></span> RFML documents, called RFML source files, represent
a useful subset of the data description specification (DDS) data types defined
for physical and logical files on iSeries™ servers. You can use RFML documents
to manage the information in the following:</p>
<ul><li>File records</li>
<li>Data queue entries</li>
<li>User spaces</li>
<li>Arbitrary data buffers</li>
</ul>
<div class="note"><span class="notetitle">Note:</span> For more information about using DDS to describe data attributes,
see the <a href="../rzahg/rzahgdds.htm">DDS
Reference</a>.</div>
<p>RFML closely resembles <a href="pcml.htm#pcml">Program
Call Markup Language (PCML)</a>, another XML extension that is supported
by IBM Toolbox
for Java.
RFML is neither a subset nor a superset of PCML, but rather a kind of sibling
language that adds a few new elements and attributes and omits others.</p>
<p>PCML
provides an XML-oriented alternative to using the ProgramCall and ProgramParameter
classes. Similarly, RFML provides a user-friendly, easily maintainable alternative
to the Record, RecordFormat, and FieldDescription classes.</p>
<p>For more
information about RFML, see the following topics:</p>
</div>
</div>
<div>
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="rfmlrequire.htm">Requirements for using RFML</a></strong><br />
The RFML component has the same workstation Java virtual
machine requirements as the rest of the IBM Toolbox for Java.</li>
<li class="ulchildlink"><strong><a href="rfmlcompare.htm">Example: Using RFML compared to using IBM Toolbox for Java Record classes</a></strong><br />
This example illustrates the differences between using RFML and
using the IBM Toolbox
for Java Record
classes. </li>
<li class="ulchildlink"><strong><a href="rfmlrecformdoc.htm">RecordFormatDocument class</a></strong><br />
The RecordFormatDocument class enables your Java programs
to convert between RFML representations of data and Record and RecordFormat
objects for use with other IBM Toolbox for Java components.</li>
<li class="ulchildlink"><strong><a href="rfmlsyntax.htm">Record format documents and RFML syntax</a></strong><br />
RFML documents, called RFML source files, contain tags that define the specification for a particular data format.</li>
</ul>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzahhxmlmain.htm" title="IBM Toolbox for Java includes several Extensible Markup Language (XML) components, including an XML parser.">Extensible Markup Language components</a></div>
</div>
<div class="linklistwithchild">
<div class="ulchildlink"><strong><a href="rfmlrequire.htm">Requirements</a></strong><br />
Read about the requirements for using RFML.</div>
<div class="ulchildlink"><strong><a href="rfmlcompare.htm">RFML example</a></strong><br />
See how using RFML in your application reduces the amount and sometimes
the complexity of code that you must write. The example includes a sample
RFML source file.</div>
<div class="ulchildlink"><strong><a href="rfmlrecformdoc.htm">RecordFormatDocument class</a></strong><br />
Read about how to use the RecordFormatDocument class with other Toolbox
for Java classes
to read and write data.</div>
<div class="ulchildlink"><strong><a href="rfmlsyntax.htm">RFML documents and RFML syntax</a></strong><br />
Learn about RFML documents, called RFML source files, and RFML syntax
as defined in the RFML data type definition.</div>
<p>RFML is only one way to use XML with your server. For more information
about using XML with iSeries servers, see IBM Toolbox for Java XML extensions and <a href="../rzakl/rzaklmain.htm">Extensible Markup Language (XML)</a>.</p>
<br />
</div>
</div>
</body>
</html>