Oracle8i Application Developer's Guide - XML
Release 3 (8.1.7)

Part Number A86030-01

Library

Solution Area

Contents

Index

Go to previous page Go to beginning of chapter Go to next page

Using Internet File System (iFS) to Build XML Applications, 8 of 11


Writing a Parser Application

To write a parser application you will need to carry out the following steps

  1. Write the Parser Class

  2. Deploy the Parser

  3. Invoke the Parser (in the parser application)

  4. Write a ParserCallback (optional)

    See Also:

    http://technet.oracle.com/products/ifs

For more information about parsers, see the following classes in the iFS Javadoc:

oracle.ifs.beans.parsers.SimpleXmlParser 
oracle.ifs.beans.parsers.XmlParser 
oracle.ifs.beans.parsers.SimpleTextParser 

Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Solution Area

Contents

Index