Oracle® Application Server
XML Java API Reference
10g Release 3 (10.1.3)

B28238-01


oracle.xml.pipeline.processes
Class SAXParserProcess

java.lang.Object
  extended byoracle.xml.pipeline.controller.Process
      extended byoracle.xml.pipeline.processes.SAXParserProcess

All Implemented Interfaces:
ErrorHandler, PipelineConstants, java.lang.Runnable

public class SAXParserProcess
extends Process

Extends the pipeline Process class to create a wrapper around SAXParser to be used by the pipeline framework. Its parameters are: Inputs - "xmlsource" (stream) Params - "schemaObj" (Object), "baseURL" (String), "preserveWhitespace" (boolean: true/false), "validationMode" (String: NONVALIDATING, PARTIAL_VALIDATION, DTD_VALIDATION or SCHEMA_VALIDATION, default is NONVALIDATING) Outputs - "sax" (sax) Outparams - none


Field Summary

Fields inherited from interface oracle.xml.pipeline.controller.PipelineConstants
COMPSTREAMRESULT, COMPSTREAMSOURCE, DOCFRAG, DOCUMENT, DOMRESULT, DOMSOURCE, ELEMENT, PROCESS_WAITING, SAXRESULT, SAXSOURCE, STREAMRESULT, STREAMSOURCE

Methods inherited from class oracle.xml.pipeline.controller.Process
convertFromDOM, convertFromSAX, convertFromStream, error, execute, getErrorDocument, getErrorSource, getErrorStream, getErrorStream, getInParamValue, getInput, getOutParamValue, getOutput, getOutputStream, getOutputWriter, getSAXContentHandler, getSAXErrorHandler, info, initialize, SAXContentHandler, SAXErrorHandler, setOutputResult

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

Methods inherited from interface java.lang.Runnable
run

Methods inherited from interface org.xml.sax.ErrorHandler
error, fatalError, warning


Oracle® Application Server
XML Java API Reference
10g Release 3 (10.1.3)

B28238-01


Copyright © 2003, 2006, Oracle. All rights reserved.