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, 5 of 11


Using iFS Standard Parsers

iFS offers several standard parsers for creating applications in iFS. Table 15-1 lists the iFS standard parser classes.

Table 15-1 iFS Standard Parser Classes
Class  Description 

SimpleXmlParser 

Creates an object in the iFS repository from an XML document body. Used as the default parser for all XML documents stored in iFS. SimpleXmlParser extends XmlParser.  

XmlParser 

A base class for custom XML parser development.  

SimpleTextParser 

Provided as a starting point for developers who need to create a custom parser. The SimpleTextParser uses a simple name=value syntax.  

ClassSelectionParser 

Adds custom attributes to all files of a specified format. Performs no actual parsing.  

Parsing Options

The following parsing options are provided by iFS:


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