Oracle OLAP Analytic Workspace Java API Reference
10g Release 1 (10.1)

B12180-01

oracle.AWXML
Class AWHandlerBase

java.lang.Object
  |
  +--org.xml.sax.helpers.DefaultHandler
        |
        +--oracle.AWXML.AWHandlerBase

public class AWHandlerBase
extends org.xml.sax.helpers.DefaultHandler

Parses an XML string representing an object or an action and restores the parsed XML as objects in memory.

The AWHandlerBase class is the Analytic Workspace API implementation of the Oracle DefaultHandler class for parsing XML. See the Oracle XML Java API Reference for more information.


Constructor Summary
AWHandlerBase()
           

 

Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

AWHandlerBase

public AWHandlerBase()

Oracle OLAP Analytic Workspace Java API Reference
10g Release 1 (10.1)

B12180-01

Copyright © 2003, Oracle. All Rights Reserved.