oracle.xml.pipeline.processes
Class DOMParserProcess

java.lang.Object
  |
  +--oracle.xml.pipeline.processes.DOMParserProcess

public class DOMParserProcess
extends java.lang.Object

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


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