Skip navigation links
oracle.xml.pipeline.processes
Class DOMParserProcess
java.lang.Object
oracle.xml.pipeline.controller.Process
oracle.xml.pipeline.processes.DOMParserProcess
- All Implemented Interfaces:
- java.lang.Runnable, PipelineConstants, ErrorHandler
-
public class DOMParserProcess
- extends Process
Extends the pipeline Process class to create a wrapper around DOMParser 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 - "dom" (dom) Outparams - none
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, getErrorDocument, getErrorSource, getErrorStream, getErrorStream, getInParamValue, getInput, getOutParamValue, getOutput, getOutputStream, getOutputWriter, getSAXContentHandler, getSAXErrorHandler, info, setOutputResult |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.lang.Runnable |
run |
Skip navigation links
Copyright © 2003, 2014, Oracle and/or its affiliates. All rights reserved.