Oracle® Application Server
XML Java API Reference
10g Release 2 (10.1.2)

Part no. B12024-03
September 2004

Package oracle.xml.pipeline.processes

Provides wrapper classes for XML processes which can be executed by the XML Pipeline controller.

See:
          Description

Class Summary
CompressReaderProcess Extends the pipeline Process class to create a wrapper around CXMLParser to be used by the pipeline framework.
CompressWriterProcess Extends the pipeline Process class to create a wrapper around XSLProcessor to be used by the pipeline framework.
DOMParserProcess Extends the pipeline Process class to create a wrapper around DOMParser to be used by the pipeline framework.
SAXParserProcess Extends the pipeline Process class to create a wrapper around SAXParser to be used by the pipeline framework.
XPathProcess Extends the pipeline Process class to select node(s) from an XML Document or an XML DocumentFragment, given an XPath pattern.
XSDSchemaBuilder Extends the pipeline Process class to create a wrapper around XSDBuilder to be used by the pipeline framework.
XSDValProcess Extends the pipeline Process class to validate an XML dom node against an xml schema using oracle.xml.parser.schema.XSDValidator.
XSLProcess Extends the pipeline Process class to create a wrapper around JXTransformer to be used by the pipeline framework.
XSLStylesheetProcess Extends the pipeline Process class to create a wrapper around creation of XSLStylesheet to be used by the pipeline framework.

 

Package oracle.xml.pipeline.processes Description

Provides wrapper classes for XML processes which can be executed by the XML Pipeline controller.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:


Oracle® Application Server
XML Java API Reference
10g Release 2 (10.1.2)

Part no. B12024-03
September 2004

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