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

XDK for Java: Specifications and Cheat Sheets, 11 of 15


XDK for Java: Transviewer Bean Cheat Sheet

Table C-7 lists the main XDK for Java: Transviewer Beans APIs and top level classes with a brief description of each.

Table C-7 XDK for Java: Transviewer Bean APIs and Classes
Class Summary  Description 
Interfaces 

 

DOMBuilderErrorListener 

This interface must be implemented in order to receive notifications when error is found during parsing. 

DOMBuilderListener 

This interface must be implemented in order to receive notifications about events during the asyncronous parsing. 

XSLTransformerErrorListener 

This interface must be implemented in order to receive notifications about error events during the asyncronous transformation. 

XSLTransformerListener 

This interface must be implemented in order to receive notifications about events during the asyncronous transformation. 

Classes 

 

DOMBuilder 

This class implements an eXtensible Markup Language (XML) 1.0 parser according to the World Wide Web Consortium (W3C) recommendation. 

DOMBuilderBeanInfo 

 

DOMBuilderErrorEvent 

This class defines the error event which is sent when parse exception occurs. 

DOMBuilderEvent 

The event object that DOMBuilder uses to notify all registered listeners about parse events. 

ResourceManager 

Simple semaphore that maintains access to fixed number of logical resources. 

XSLTransformer 

Applies XSL transformation in a background thread. 

XSLTransformerBeanInfo 

 

XSLTransformerErrorEvent 

The error event object that XSLTransformer uses to notify all registered listeners about transformation error events. 

XSLTransformerEvent 

The event object that XSLTransformer uses to notify all registered listeners about transformation events. 

Table C-8 async.XSLTransformer API
Member Summary 

 

Constructors 

 

XSLTransformer() 

XSLTransformet constructor 

XSLTransformer(int) 

XSLTransformer constructor 

Methods 

 

addXSLTransformerErrorListener(XSLTransformerErrorListener) 

Adds an error event listener 

addXSLTransformerListener(XSLTransformerListener) 

Adds a listener 

 

Returns the unique XSLTransformer id 

getResult()
 

Returns the document fragment for the resulting document. 

processXSL(XSLStylesheet, InputStream, URL) 

Initiate XSL Transformation in the background. 

processXSL(XSLStylesheet, Reader, URL) 

Initiate XSL Transformation in the background. 

processXSL(XSLStylesheet, URL, URL) 

Initiate XSL Transformation in the background. 

 

Initiate XSL Transformation in the background. 

processXSL(XSLStylesheet, XMLDocument, OutputStream) 

Initiate XSL Transformation in the background. 

removeDOMTransformerErrorListener(XSLTransformerErrorListener) 

Renmoves an error event listener 

removeXSLTransformerListener(XSLTransformerListener) 

Removes a listener 

run() 

 

 

Sets the error stream used by the XSL processor 

showWarnings(boolean) 

Sets the showWarnings flage used by the XSL processor 


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