See: Description
| Class | Description |
|---|---|
| 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.
|