Extensible Markup Language components
IBM® Toolbox
for Java™ includes
several Extensible Markup Language (XML) components, including an XML parser.
The XML components make it easier to perform a variety of tasks:
- Creating graphical user interfaces
- Calling programs on your iSeries™ server and retrieving the results
- Specifying data formats on your iSeries server
- Program Call Markup Language
Program Call Markup Language (PCML) is a tag language that helps
you call server programs, with less Java code.
- Graphical Toolbox and PDML
The Graphical Toolbox, a set of UI tools, makes it easy to create
custom user interface panels in Java.
- Record Format Markup Language
The Record Format Markup Language (RFML) is an XML extension for specifying record formats.
- XML parser and XSLT processor
Some IBM Toolbox
for Java packages
or functions require that, at run-time, you have an Extensible Markup Language
(XML) parser or Extensible Stylesheet Language Transformations (XSLT) processor
in your CLASSPATH environment variable.
- Extensible Program Call Markup Language
Extensible Program Call Markup Language (XPCML) enhances the functionality and usability of the Program Call Markup Language (PCML) by offering support for XML schemas. XPCML does not support serialization, so unlike PCML, you cannot serialize an XPCML document.